From 76d8a5573b72ae0d9049f59c10f014b1a7d6108e Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 17 Jul 2023 18:39:54 -1000 Subject: [PATCH] Version bump --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index df41cfd8..fa81ecd7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aiohomekit" -version = "2.6.7" +version = "2.6.8" description = "An asyncio HomeKit client" authors = ["John Carr "] license = "Apache-2.0"