Bumped version

This commit is contained in:
Daniel Perna 2017-09-25 23:26:41 +02:00
parent 34342f09e6
commit 5310007306
2 changed files with 2 additions and 2 deletions

View file

@ -63,7 +63,7 @@ SO.setLevel(LOGLEVEL)
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.1.9"
VERSION = "0.2.0"
BASEDIR = "."
DEV = False
HTTPD = None