From e953a2f918f4bef42082bc9871c04252a2ef8601 Mon Sep 17 00:00:00 2001 From: Kevin Fronczak Date: Fri, 8 May 2020 17:02:07 -0400 Subject: [PATCH] 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 6c2e37c..c067f31 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.2" +PATCH_VERSION = 0 __version__ = "{}.{}.{}".format(MAJOR_VERSION, MINOR_VERSION, PATCH_VERSION)