We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e5e45b commit 4b5056aCopy full SHA for 4b5056a
homeassistant/const.py
@@ -1,7 +1,7 @@
1
"""Constants used by Home Assistant components."""
2
MAJOR_VERSION = 2021
3
MINOR_VERSION = 1
4
-PATCH_VERSION = "0.dev0"
+PATCH_VERSION = "0b0"
5
__short_version__ = f"{MAJOR_VERSION}.{MINOR_VERSION}"
6
__version__ = f"{__short_version__}.{PATCH_VERSION}"
7
REQUIRED_PYTHON_VER = (3, 7, 1)
0 commit comments