From b6829a117bc55e3baccb6220d3650a8b4bc37659 Mon Sep 17 00:00:00 2001 From: Duco Sebel <74970928+DCSBL@users.noreply.github.com> Date: Fri, 13 May 2022 12:59:59 +0200 Subject: [PATCH] Bumb project to 1.0.3 (#62) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4eb61b8..505fab1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "python-homewizard-energy" -version = "1.0.2" +version = "1.0.3" description = "Asynchronous Python client for the HomeWizard Energy" authors = ["DCSBL"] maintainers = ["DCSBL"]