From a3ed59115c777764135a4d63ba25a2647ea9bfab Mon Sep 17 00:00:00 2001 From: Zach Berger Date: Thu, 11 Aug 2022 19:46:18 -0700 Subject: [PATCH] Bump module version. --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 247259e..601dc22 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "python-awair" -version = "0.2.3" -description = "asyncio client for the Awair GraphQL API" +version = "0.2.4" +description = "asyncio client for the Awair GraphQL and Local APIs" authors = ["Andrew Hayworth "] license = "MIT" readme = "README.md"