Version bump to 0.20.1

This commit is contained in:
Jan Harkes 2016-05-22 00:21:19 -04:00
parent 37bd93a975
commit a28196df9a

View File

@ -1,7 +1,7 @@
# coding: utf-8
"""Constants used by Home Assistant components."""
__version__ = "0.20.0"
__version__ = "0.20.1"
REQUIRED_PYTHON_VER = (3, 4)
PLATFORM_FORMAT = '{}.{}'