From eb0ee31b5a3b8408da6c3b5a7fa114c7d237f7d7 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Thu, 13 Apr 2017 22:41:03 +0200 Subject: [PATCH] update version --- hassio/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hassio/const.py b/hassio/const.py index 2f33d1f1d..131a64d30 100644 --- a/hassio/const.py +++ b/hassio/const.py @@ -1,5 +1,5 @@ """Const file for HassIO.""" -HASSIO_VERSION = '0.5' +HASSIO_VERSION = '0.6' URL_HASSIO_VERSION = \ 'https://raw.githubusercontent.com/pvizeli/hassio/master/version.json'