From 0d80ce808ce6b5b70b1d4f6cde4f2c12ca897af0 Mon Sep 17 00:00:00 2001 From: suaveolent Date: Fri, 14 Jun 2024 09:10:26 +0200 Subject: [PATCH] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 59d38c0..1af2db1 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.1.9", + version="0.2.0", 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,