We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1b8e88 commit 64dbe31Copy full SHA for 64dbe31
blinkpy/helpers/constants.py
@@ -3,8 +3,8 @@
3
import os
4
5
MAJOR_VERSION = 0
6
-MINOR_VERSION = 20
7
-PATCH_VERSION = 0
+MINOR_VERSION = 21
+PATCH_VERSION = "0.dev0"
8
9
__version__ = f"{MAJOR_VERSION}.{MINOR_VERSION}.{PATCH_VERSION}"
10
0 commit comments