From 303e74128930831146016a0b5e28c837e00df017 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Wed, 3 May 2017 00:15:19 +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 8acc3e84c..194b54913 100644 --- a/hassio/const.py +++ b/hassio/const.py @@ -1,7 +1,7 @@ """Const file for HassIO.""" from pathlib import Path -HASSIO_VERSION = '0.20' +HASSIO_VERSION = '0.21' URL_HASSIO_VERSION = ('https://raw.githubusercontent.com/home-assistant/' 'hassio/master/version.json')