Pump version to 0.44

This commit is contained in:
Pascal Vizeli 2017-07-12 17:25:12 +02:00 committed by GitHub
parent 253962df87
commit 3877dcf355

View File

@ -1,7 +1,7 @@
"""Const file for HassIO."""
from pathlib import Path
HASSIO_VERSION = '0.43'
HASSIO_VERSION = '0.44'
URL_HASSIO_VERSION = ('https://raw.githubusercontent.com/home-assistant/'
'hassio/master/version.json')