From 6e1972c02bc1fb7adfad91a872a7ad7092d5116b Mon Sep 17 00:00:00 2001 From: Duco Sebel <74970928+DCSBL@users.noreply.github.com> Date: Mon, 4 Sep 2023 13:59:23 +0200 Subject: [PATCH] Bumb project to 2.1.0 (#240) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 63e4fd6..d5027bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "python-homewizard-energy" -version = "2.0.2" +version = "2.1.0" description = "Asynchronous Python client for the HomeWizard Energy" authors = ["DCSBL"] maintainers = ["DCSBL"]