From 43c4495acb7c4ad3ce0185a435c7388e0cb32d57 Mon Sep 17 00:00:00 2001 From: Aaron Bach Date: Thu, 1 Dec 2022 18:02:38 -0700 Subject: [PATCH] Bump version to 2022.12.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 59f323d..f14150c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ warn_unused_ignores = true [tool.poetry] name = "aiopurpleair" -version = "2022.11.2" +version = "2022.12.0" description = "A Python 3, asyncio-based library to interact with the PurpleAir API" readme = "README.md" authors = ["Aaron Bach "]