diff --git a/pyproject.toml b/pyproject.toml index f085a1cc..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" @@ -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",