Update const.py

This commit is contained in:
Pascal Vizeli 2017-07-17 09:48:05 +02:00 committed by GitHub
parent ce2f5f9f7a
commit 0a818282d3

View File

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