From 789871362eba6d6e699ce447a01670c19b875fe0 Mon Sep 17 00:00:00 2001 From: Kevin Fronczak Date: Fri, 13 Oct 2023 11:06:51 -0400 Subject: [PATCH] version bump --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 37a774d1..f085a1cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "blinkpy" -version = "0.23.0.dev0" +version = "0.22.1" license = {text = "MIT"} description = "A Blink camera Python Library." readme = "README.rst"