0.28.0.dev0

This commit is contained in:
Robbie Trencheny 2016-08-27 21:07:55 -07:00
parent 78675ed3f8
commit 7940648725

View file

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