From dbe6b860c71fbde796ec5b886a91cc2d2e45995e Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Tue, 2 May 2017 02:28:40 +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 f48178328..74597396b 100644 --- a/hassio/const.py +++ b/hassio/const.py @@ -1,7 +1,7 @@ """Const file for HassIO.""" from pathlib import Path -HASSIO_VERSION = '0.19' +HASSIO_VERSION = '0.20' URL_HASSIO_VERSION = ('https://raw.githubusercontent.com/home-assistant/' 'hassio/master/version.json')