From f52d1c450915819fd76bc5898324c05043b942d0 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Thu, 6 Jul 2017 01:52:30 +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 1725f299a..8f72ee50a 100644 --- a/hassio/const.py +++ b/hassio/const.py @@ -1,7 +1,7 @@ """Const file for HassIO.""" from pathlib import Path -HASSIO_VERSION = '0.39' +HASSIO_VERSION = '0.40' URL_HASSIO_VERSION = ('https://raw.githubusercontent.com/home-assistant/' 'hassio/master/version.json')