Version bump to 0.40.0.dev0

pull/6194/merge
Adam Mills 2017-02-28 11:01:19 -05:00 committed by GitHub
parent be297c4c7e
commit 383b0914b3
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# coding: utf-8
"""Constants used by Home Assistant components."""
MAJOR_VERSION = 0
MINOR_VERSION = 39
MINOR_VERSION = 40
PATCH_VERSION = '0.dev0'
__short_version__ = '{}.{}'.format(MAJOR_VERSION, MINOR_VERSION)
__version__ = '{}.{}'.format(__short_version__, PATCH_VERSION)