Pump version to 0.37

This commit is contained in:
Pascal Vizeli 2017-06-05 13:02:13 +02:00 committed by GitHub
parent b119a42f4d
commit 334b41de71

View File

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