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