Skip to content

Commit 411da60

Browse files
committed
version_bump
1 parent 72c36d8 commit 411da60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

blinkpy/helpers/constants.py

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

55
MAJOR_VERSION = 0
6-
MINOR_VERSION = 9
7-
PATCH_VERSION = '0.dev'
6+
MINOR_VERSION = 8
7+
PATCH_VERSION = 3
88

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

0 commit comments

Comments
 (0)