Bumped version to 2021.5.0b5

pull/50123/head 2021.5.0b5
Paulus Schoutsen 2021-05-01 17:25:34 -07:00
parent d927932c47
commit 2f58b7d950
1 changed files with 1 additions and 1 deletions

View File

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