We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b02f631 + b30da66 commit 11d6bbbCopy full SHA for 11d6bbb
blinkpy/helpers/constants.py
@@ -3,8 +3,8 @@
3
import os
4
5
MAJOR_VERSION = 0
6
-MINOR_VERSION = 17
7
-PATCH_VERSION = "0-rc0"
+MINOR_VERSION = 16
+PATCH_VERSION = "2-rc0"
8
9
__version__ = f"{MAJOR_VERSION}.{MINOR_VERSION}.{PATCH_VERSION}"
10
0 commit comments