From 2451cf24295530333eb7fcfdaea59601d843485b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Arnauts?= Date: Mon, 31 Jul 2023 16:37:41 +0200 Subject: [PATCH] Prepare for 0.1.7 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 592e0f4..42ed8bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aiocomfoconnect" -version = "0.1.6" +version = "0.1.7" 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" @@ -78,4 +78,4 @@ disable = [ enable = [ #"useless-suppression", # temporarily every now and then to clean them up "use-symbolic-message-instead", -] \ No newline at end of file +]