From c0bde4a488e977ff37620c967d0175b2fe5c341d Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Thu, 1 Jun 2017 00:39:39 +0200 Subject: [PATCH] Next version --- hassio/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hassio/const.py b/hassio/const.py index af7b67327..4115db46c 100644 --- a/hassio/const.py +++ b/hassio/const.py @@ -1,7 +1,7 @@ """Const file for HassIO.""" from pathlib import Path -HASSIO_VERSION = '0.34' +HASSIO_VERSION = '0.35' URL_HASSIO_VERSION = ('https://raw.githubusercontent.com/home-assistant/' 'hassio/master/version.json')