Pump version to 0.54

This commit is contained in:
Pascal Vizeli 2017-08-15 00:35:58 +02:00 committed by GitHub
parent 5999b48be4
commit 021946e181

View File

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