From 82b669ad60ec9435a22978558a94dc72e51cfc01 Mon Sep 17 00:00:00 2001 From: Thibaut Date: Thu, 27 Aug 2020 14:24:44 +0000 Subject: [PATCH] Bump version to v0.4.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3bb816de..b15a7f0b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyhoma" -version = "0.3.5" +version = "0.4.0" description = "Async Python wrapper to interact with internal Somfy TaHoma API" authors = ["Mick Vleeshouwer", "Vincent Le Bourlot", "Thibaut Etienne"] license = "MIT"