We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdbea79 commit 2bed8dcCopy full SHA for 2bed8dc
1 file changed
abodepy/helpers/constants.py
@@ -2,7 +2,7 @@
2
import os
3
4
MAJOR_VERSION = 1
5
-MINOR_VERSION = 0
+MINOR_VERSION = 1
6
PATCH_VERSION = '0'
7
8
__version__ = '{}.{}.{}'.format(MAJOR_VERSION, MINOR_VERSION, PATCH_VERSION)
0 commit comments