Bumped version to 0.94.0b7

This commit is contained in:
Pascal Vizeli 2019-06-04 12:42:45 +02:00 committed by GitHub
parent 281fe93a26
commit bad920fa87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
"""Constants used by Home Assistant components."""
MAJOR_VERSION = 0
MINOR_VERSION = 94
PATCH_VERSION = '0b6'
PATCH_VERSION = '0b7'
__short_version__ = '{}.{}'.format(MAJOR_VERSION, MINOR_VERSION)
__version__ = '{}.{}'.format(__short_version__, PATCH_VERSION)
REQUIRED_PYTHON_VER = (3, 5, 3)