Skip to content

Commit 2bed8dc

Browse files
committed
Bump version to 1.1.0
1 parent bdbea79 commit 2bed8dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

abodepy/helpers/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import os
33

44
MAJOR_VERSION = 1
5-
MINOR_VERSION = 0
5+
MINOR_VERSION = 1
66
PATCH_VERSION = '0'
77

88
__version__ = '{}.{}.{}'.format(MAJOR_VERSION, MINOR_VERSION, PATCH_VERSION)

0 commit comments

Comments
 (0)