From 61e133df6b82cc71aaec290715465888b1ea26a2 Mon Sep 17 00:00:00 2001 From: pvizeli Date: Fri, 7 Apr 2017 08:58:47 +0200 Subject: [PATCH] Pump version --- hassio/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hassio/const.py b/hassio/const.py index a531b3c68..e641ea88a 100644 --- a/hassio/const.py +++ b/hassio/const.py @@ -1,5 +1,5 @@ """Const file for HassIO.""" -HASSIO_VERSION = '0.4' +HASSIO_VERSION = '0.5' URL_HASSIO_VERSION = \ 'https://raw.githubusercontent.com/pvizeli/hassio/master/version.json'