Pump version to 0.57

This commit is contained in:
Pascal Vizeli 2017-08-16 11:38:43 +02:00 committed by GitHub
parent d6fc8892db
commit 05554ccf7e

View File

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