From eab958860c603d8f1abc208aafa43d16ccf95e0a Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Tue, 15 Aug 2017 09:15:21 +0200 Subject: [PATCH] Pump hassio to 0.55 --- hassio/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hassio/const.py b/hassio/const.py index 656d422f4..f03e45075 100644 --- a/hassio/const.py +++ b/hassio/const.py @@ -1,7 +1,7 @@ """Const file for HassIO.""" from pathlib import Path -HASSIO_VERSION = '0.54' +HASSIO_VERSION = '0.55' URL_HASSIO_VERSION = ('https://raw.githubusercontent.com/home-assistant/' 'hassio/{}/version.json')