From a8605bd91f1d84c4bd3d3049efc395c1208794eb Mon Sep 17 00:00:00 2001 From: Kevin Fronczak Date: Wed, 6 May 2020 18:05:32 -0400 Subject: [PATCH] Dev version bump --- blinkpy/helpers/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blinkpy/helpers/constants.py b/blinkpy/helpers/constants.py index 7dff7b8..6c2e37c 100644 --- a/blinkpy/helpers/constants.py +++ b/blinkpy/helpers/constants.py @@ -4,7 +4,7 @@ import os MAJOR_VERSION = 0 MINOR_VERSION = 15 -PATCH_VERSION = "0-rc.1" +PATCH_VERSION = "0-rc.2" __version__ = "{}.{}.{}".format(MAJOR_VERSION, MINOR_VERSION, PATCH_VERSION)