From e51f876e57a8f992a697ba196e5e80fad68b44a0 Mon Sep 17 00:00:00 2001 From: Kevin Fronczak Date: Thu, 15 Dec 2022 10:36:33 -0500 Subject: [PATCH] Update constants.py --- 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 e17466b5..39f7bbf1 100644 --- a/blinkpy/helpers/constants.py +++ b/blinkpy/helpers/constants.py @@ -4,7 +4,7 @@ MAJOR_VERSION = 0 MINOR_VERSION = 20 -PATCH_VERSION = "0.dev0" +PATCH_VERSION = "0.rc0" __version__ = f"{MAJOR_VERSION}.{MINOR_VERSION}.{PATCH_VERSION}"