From 18f88d810c164c0c54808a28042df57f68aeeb09 Mon Sep 17 00:00:00 2001 From: suaveolent Date: Tue, 3 Sep 2024 14:32:37 +0200 Subject: [PATCH] version bump --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c2ac861..5d31f3a 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name="hoymiles-wifi", packages=["hoymiles_wifi", "hoymiles_wifi.protobuf"], install_requires=["protobuf", "crcmod"], - version="0.2.2", + version="0.2.3", description="A python library for interfacing with the Hoymiles DTUs and the HMS-XXXXW-2T series of micro-inverters using protobuf messages.", author="suaveolent", include_package_data=True,