Pump dev version to 0.47

This commit is contained in:
Pascal Vizeli 2017-07-23 00:07:41 +02:00 committed by GitHub
parent 58c5ed7ba1
commit b5701c5878

View File

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