From c96faf7c0a34dc4e7365a1aedb0a28bdc34010ef Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Sat, 20 May 2017 01:13:28 +0200 Subject: [PATCH] Pump version 0.32 --- hassio/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hassio/const.py b/hassio/const.py index 53afed567..adf9007f9 100644 --- a/hassio/const.py +++ b/hassio/const.py @@ -1,7 +1,7 @@ """Const file for HassIO.""" from pathlib import Path -HASSIO_VERSION = '0.31' +HASSIO_VERSION = '0.32' URL_HASSIO_VERSION = ('https://raw.githubusercontent.com/home-assistant/' 'hassio/master/version.json')