From 6cc43ece3c20ddc64d4f912535886fd2ed1ef131 Mon Sep 17 00:00:00 2001 From: Daniel Perna Date: Tue, 7 Aug 2018 23:43:13 +0200 Subject: [PATCH] Bump version --- configurator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configurator.py b/configurator.py index 2f94fb1..a661435 100755 --- a/configurator.py +++ b/configurator.py @@ -101,7 +101,7 @@ SO.setFormatter( logging.Formatter('%(levelname)s:%(asctime)s:%(name)s:%(message)s')) LOG.addHandler(SO) RELEASEURL = "https://api.github.com/repos/danielperna84/hass-configurator/releases/latest" -VERSION = "0.3.1" +VERSION = "0.3.2" BASEDIR = "." DEV = False LISTENPORT = None