From 7dc4676380e39342c7f078146ff8ba19eeec147b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Arnauts?= Date: Mon, 19 Dec 2022 11:52:35 +0100 Subject: [PATCH] Release v0.1.5 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 02c70a0..631461e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aiocomfoconnect" -version = "0.1.4" +version = "0.1.5" 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"