Bumped version to 1.0.0b6

This commit is contained in:
Paulus Schoutsen 2020-12-12 20:35:58 +00:00
parent 7c2a2b08c7
commit c02be99ab7

View File

@ -1,7 +1,7 @@
"""Constants used by Home Assistant components."""
MAJOR_VERSION = 1
MINOR_VERSION = 0
PATCH_VERSION = "0b5"
PATCH_VERSION = "0b6"
__short_version__ = f"{MAJOR_VERSION}.{MINOR_VERSION}"
__version__ = f"{__short_version__}.{PATCH_VERSION}"
REQUIRED_PYTHON_VER = (3, 7, 1)