From de5116acef0ca20b3a6d390c0e99706e441da757 Mon Sep 17 00:00:00 2001 From: Duco Sebel <74970928+DCSBL@users.noreply.github.com> Date: Sat, 19 Nov 2022 15:43:01 +0100 Subject: [PATCH] Update pyproject.toml (#132) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0cd56ec..2835f2f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "python-homewizard-energy" -version = "1.1.1" +version = "1.2.0" description = "Asynchronous Python client for the HomeWizard Energy" authors = ["DCSBL"] maintainers = ["DCSBL"]