From ef72887383e3a2e0bc7a3e4a55b5574ebcf65bb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20Bia=C5=82ek?= Date: Sun, 23 Jun 2024 12:54:51 +0200 Subject: [PATCH] Bump version to 2024.06.2 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 775ec6e..efada62 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "deye-inverter-mqtt" -version = "2024.06.1" +version = "2024.06.2" description = "Reads Deye solar inverter metrics using Modbus over TCP and publishes them over MQTT." authors = ["Krzysztof Białek "] license = "Apache License 2"