Skip to content

Commit

Permalink
dev version update for pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
fronzbot authored Apr 14, 2020
1 parent 2b9c82b commit 4ed2e3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 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 = '3.dev0'

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

Expand Down

0 comments on commit 4ed2e3d

Please sign in to comment.