Bumped version to 0.105.0b3

pull/31489/head 0.105.0b3
Paulus Schoutsen 2020-01-31 14:48:26 -08:00
parent 25d6bc348c
commit 7ef352701c
1 changed files with 1 additions and 1 deletions

View File

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