From 731de70a7afba486e2159bd04a36212b9586a069 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20Bia=C5=82ek?= Date: Thu, 19 Sep 2024 22:01:09 +0200 Subject: [PATCH] Set version to 2024.09.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Krzysztof Białek --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 18d4514..f785090 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "deye-inverter-mqtt" -version = "2024.07.1" +version = "2024.09.1" description = "Reads Deye solar inverter metrics using Modbus over TCP and publishes them over MQTT." authors = ["Krzysztof Białek "] license = "Apache License 2"