From 9125211a577aeb4d7c4ab15ce41e788461bba83a Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Thu, 9 Jan 2020 16:25:07 +0100 Subject: [PATCH] Bump version 196 --- hassio/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hassio/const.py b/hassio/const.py index 5429aeb2c..43d9d0cba 100644 --- a/hassio/const.py +++ b/hassio/const.py @@ -2,7 +2,7 @@ from pathlib import Path from ipaddress import ip_network -HASSIO_VERSION = "195" +HASSIO_VERSION = "196" URL_HASSIO_ADDONS = "https://github.com/home-assistant/hassio-addons"