From 5d4fa7f50ec4b3e9b41fb92c034fff56bc2d34f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Arnauts?= Date: Fri, 17 May 2024 19:01:13 +0200 Subject: [PATCH] Release v0.1.11 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3184af8..e7ffe54 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aiocomfoconnect" -version = "0.1.10" +version = "0.1.11" description = "aiocomfoconnect is an asyncio Python 3 library for communicating with a Zehnder ComfoAir Q350/450/600 ventilation system" authors = ["Michaƫl Arnauts "] readme = "README.md"