Version bump to 102.0.dev0"

This commit is contained in:
Paulus Schoutsen 2019-10-23 13:38:35 -07:00
parent 23289459ca
commit 1b21685651

View File

@ -1,6 +1,6 @@
"""Constants used by Home Assistant components."""
MAJOR_VERSION = 0
MINOR_VERSION = 101
MINOR_VERSION = 102
PATCH_VERSION = "0.dev0"
__short_version__ = "{}.{}".format(MAJOR_VERSION, MINOR_VERSION)
__version__ = "{}.{}".format(__short_version__, PATCH_VERSION)