From 89763470f892babead726b8236673cc09a5074af Mon Sep 17 00:00:00 2001 From: Brandon Rothweiler <2292715+bdr99@users.noreply.github.com> Date: Wed, 7 Feb 2024 03:28:59 +0000 Subject: [PATCH] Version 1.0.7 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5b271da..d94209c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "py-aosmith" -version = "1.0.6" +version = "1.0.7" description = "A Python client library for A. O. Smith water heaters" authors = ["Brandon Rothweiler "] license = "MIT"