Version bump to 0.91.0dev0

pull/22085/head
Paulus Schoutsen 2019-03-15 23:25:48 -07:00
parent 179c2315be
commit ade86b9b8d
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 = 89
MINOR_VERSION = 91
PATCH_VERSION = '0.dev0'
__short_version__ = '{}.{}'.format(MAJOR_VERSION, MINOR_VERSION)
__version__ = '{}.{}'.format(__short_version__, PATCH_VERSION)