From 8b8e468f3294f176928513a0a739ac53390c80c7 Mon Sep 17 00:00:00 2001 From: Mick Vleeshouwer Date: Wed, 26 Jan 2022 15:28:06 +0000 Subject: [PATCH] Bump version to v1.3.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1a8f3e9c..6c6521e1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyoverkiz" -version = "1.3.0" +version = "1.3.1" 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"