From a89fd9f8c0454faafa00ac422099613ad74b188b Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Thu, 4 Jan 2024 10:24:44 -1000 Subject: [PATCH] Version bump --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 601250c2..49c08f3c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aiohomekit" -version = "3.1.1" +version = "3.1.2" description = "An asyncio HomeKit client" authors = ["John Carr "] license = "Apache-2.0"