Bumped version to 1.0.0b6

pull/44175/head 1.0.0b6
Paulus Schoutsen 2020-12-12 20:35:58 +00:00
parent 7c2a2b08c7
commit c02be99ab7
1 changed files with 1 additions and 1 deletions

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)