Skip to content

Commit 6f84bb4

Browse files
committed
Bump version to 0.15.0
1 parent b23c8bc commit 6f84bb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

abodepy/helpers/constants.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
import os
33

44
MAJOR_VERSION = 0
5-
MINOR_VERSION = 14
6-
PATCH_VERSION = '1'
5+
MINOR_VERSION = 15
6+
PATCH_VERSION = '0'
77

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

0 commit comments

Comments
 (0)