From 23addfb9a668f71e47b3e5e9b49b76c86561e8c6 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Thu, 18 May 2017 17:40:02 +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 4c39b9f5a..9e9201f82 100644 --- a/hassio/const.py +++ b/hassio/const.py @@ -1,7 +1,7 @@ """Const file for HassIO.""" from pathlib import Path -HASSIO_VERSION = '0.29' +HASSIO_VERSION = '0.30' URL_HASSIO_VERSION = ('https://raw.githubusercontent.com/home-assistant/' 'hassio/master/version.json')