From e34e2e88670fe6b7a92598d950e56d4d0f04a29d Mon Sep 17 00:00:00 2001 From: Mick Vleeshouwer Date: Fri, 19 May 2023 12:25:55 +0000 Subject: [PATCH] Bump version to v1.7.9 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 04cffeb5..75c233e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyoverkiz" -version = "1.7.8" +version = "1.7.9" description = "Async Python client to interact with internal OverKiz API (e.g. used by Somfy TaHoma)." authors = ["Mick Vleeshouwer", "Vincent Le Bourlot", "Thibaut Etienne"] license = "MIT"