From 608e04716c8542bd95d41c611f6238799b6329df Mon Sep 17 00:00:00 2001 From: Kevin Fronczak Date: Fri, 13 Oct 2023 11:41:24 -0400 Subject: [PATCH 1/2] Update pyproject.toml typo --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f085a1cc..8c63e04b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ authors = [ ] classifiers = [ "Intended Audience :: Developers", - "License :: OSI Apporved :: MIT License", + "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", From 0d3442e2f763e109e6ac265170224b33c45eec21 Mon Sep 17 00:00:00 2001 From: Kevin Fronczak Date: Fri, 13 Oct 2023 11:42:23 -0400 Subject: [PATCH 2/2] Bump for typo --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8c63e04b..20269a42 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "blinkpy" -version = "0.22.1" +version = "0.22.2" license = {text = "MIT"} description = "A Blink camera Python Library." readme = "README.rst"