Version bump to 0.23.0.dev0

This commit is contained in:
Paulus Schoutsen 2016-06-18 13:21:04 -07:00
parent 314fa42298
commit 44177a7fde

View File

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