Version bump

This commit is contained in:
Kevin Fronczak
2018-05-21 11:44:05 -04:00
parent 0d83a7fcb1
commit 9c3f3f2f98
2 changed files with 5 additions and 2 deletions
+3
View File
@@ -3,6 +3,9 @@ Changelog
A list of changes between each release
0.9.0.dev (Development Version)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
0.8.0 (2018-05-21)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Added support for battery voltage level (fixes `#64 <https://github.com/fronzbot/blinkpy/issues/64>`_)
+2 -2
View File
@@ -3,8 +3,8 @@
import os
MAJOR_VERSION = 0
MINOR_VERSION = 8
PATCH_VERSION = 0
MINOR_VERSION = 9
PATCH_VERSION = '0.dev'
__version__ = '{}.{}.{}'.format(MAJOR_VERSION, MINOR_VERSION, PATCH_VERSION)