From 05554ccf7e3c144837234ab39e5f9c2f816f6e62 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Wed, 16 Aug 2017 11:38:43 +0200 Subject: [PATCH] Pump version to 0.57 --- hassio/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hassio/const.py b/hassio/const.py index 19bbce092..5f575433a 100644 --- a/hassio/const.py +++ b/hassio/const.py @@ -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')