From 56fa1550d26b90189f8da8c5c8ada53c1dc2a8b7 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Thu, 24 Aug 2017 22:40:19 +0200 Subject: [PATCH] Pump version to 0.60 --- hassio/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hassio/const.py b/hassio/const.py index 36eaeedf7..e50c7a21e 100644 --- a/hassio/const.py +++ b/hassio/const.py @@ -2,7 +2,7 @@ from pathlib import Path from ipaddress import ip_network -HASSIO_VERSION = '0.59' +HASSIO_VERSION = '0.60' URL_HASSIO_VERSION = ('https://raw.githubusercontent.com/home-assistant/' 'hassio/{}/version.json')