From 857f346b359c4b17c3579855ea1c58f0aedae144 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Sat, 29 Jul 2017 00:11:06 +0200 Subject: [PATCH] Pump version to 0.50 --- hassio/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hassio/const.py b/hassio/const.py index 736c6e8ec..05e9bb069 100644 --- a/hassio/const.py +++ b/hassio/const.py @@ -1,7 +1,7 @@ """Const file for HassIO.""" from pathlib import Path -HASSIO_VERSION = '0.49' +HASSIO_VERSION = '0.50' URL_HASSIO_VERSION = ('https://raw.githubusercontent.com/home-assistant/' 'hassio/master/version.json')