From 8063a309d7137d2d35f0dcd1b31df5962ce6a47f Mon Sep 17 00:00:00 2001 From: John Carr Date: Fri, 29 Nov 2024 16:24:07 +0000 Subject: [PATCH] Version bump --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 47e8e15b..aeaff095 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aiohomekit" -version = "3.2.6" +version = "3.2.7" description = "An asyncio HomeKit client" authors = ["John Carr "] license = "Apache-2.0"