Skip to content

Commit 197695e

Browse files
authored
Merge pull request #190 from fronzbot/dev-version-bump
Dev version bump
2 parents 7367eb6 + 490c425 commit 197695e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

blinkpy/helpers/constants.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
import os
44

55
MAJOR_VERSION = 0
6-
MINOR_VERSION = 15
7-
PATCH_VERSION = '0.dev0'
6+
MINOR_VERSION = 14
7+
PATCH_VERSION = '1.dev0'
88

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

@@ -33,6 +33,7 @@
3333
'Programming Language :: Python :: 3.5',
3434
'Programming Language :: Python :: 3.6',
3535
'Programming Language :: Python :: 3.7',
36+
'Programming Language :: Python :: 3.8',
3637
'Topic :: Home Automation'
3738
]
3839

0 commit comments

Comments
 (0)