From 0ed16799e7948e5fc6ec23401149b4c9ca9daa97 Mon Sep 17 00:00:00 2001 From: Aaron Bach Date: Thu, 17 Aug 2023 08:57:41 -0600 Subject: [PATCH] Bump version to 2023.08.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f4f44fe..f322de3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ warn_unused_ignores = true [tool.poetry] name = "aioambient" -version = "2023.04.0" +version = "2023.08.0" description = "A clean, async-friendly library for the Ambient Weather API" readme = "README.md" authors = ["Aaron Bach "]