Skip to content

Commit

Permalink
Merge pull request #190 from fronzbot/dev-version-bump
Browse files Browse the repository at this point in the history
Dev version bump
  • Loading branch information
fronzbot authored Jun 20, 2019
2 parents 7367eb6 + 490c425 commit 197695e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions blinkpy/helpers/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
import os

MAJOR_VERSION = 0
MINOR_VERSION = 15
PATCH_VERSION = '0.dev0'
MINOR_VERSION = 14
PATCH_VERSION = '1.dev0'

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

Expand Down Expand Up @@ -33,6 +33,7 @@
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Topic :: Home Automation'
]

Expand Down

0 comments on commit 197695e

Please sign in to comment.