From e2e01ba7876d1e5af40ca833e85f6db2e3727128 Mon Sep 17 00:00:00 2001 From: Mick Vleeshouwer Date: Wed, 26 Aug 2020 20:57:25 +0200 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d42b1258..edfbe056 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyhoma" -version = "0.3.3" +version = "0.3.4" description = "Async Python wrapper to interact with internal Somfy TaHoma API" authors = ["Mick Vleeshouwer", "Vincent Le Bourlot", "Thibaut Etienne"] license = "MIT"