From 20eefb1a727813f2f46fbd3a0314f46ef43e534e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Arnauts?= Date: Fri, 16 Dec 2022 11:40:17 +0100 Subject: [PATCH] Release v0.1.2 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ae95593..9f20aa8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "aiocomfoconnect" -version = "0.1.1" -description = "" +version = "0.1.2" +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" homepage = "https://github.com/michaelarnauts/aiocomfoconnect"