From bd810c850d978afb3aecc57ae53a903c221e7373 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Arnauts?= Date: Wed, 25 Sep 2024 11:50:31 +0200 Subject: [PATCH] Release v0.1.13 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 58c61d6..1f06059 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aiocomfoconnect" -version = "0.1.12" +version = "0.1.13" 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"