Version bump

This commit is contained in:
Kevin Fronczak
2018-05-09 11:08:35 -04:00
parent 66a6701a66
commit fedea74256
2 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -3,8 +3,9 @@ Changelog
A list of changes between each release
0.8.0.dev (Development version)
0.7.1 (2018-05-09)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Fixed pip 10 import issue during setup (`@fronzbot <https://github.com/fronzbot/blinkpy/pull/61>`_)
0.7.0 (2018-02-08)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+2 -2
View File
@@ -3,8 +3,8 @@
import os
MAJOR_VERSION = 0
MINOR_VERSION = 8
PATCH_VERSION = '0.dev'
MINOR_VERSION = 7
PATCH_VERSION = 1
__version__ = '{}.{}.{}'.format(MAJOR_VERSION, MINOR_VERSION, PATCH_VERSION)