Version bump to 0.24.1

This commit is contained in:
Paulus Schoutsen
2016-07-20 22:42:46 -07:00
parent 7a1e2de49f
commit 19cb1a954f
2 changed files with 2 additions and 2 deletions

View File

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