version bump

This commit is contained in:
suaveolent 2024-09-03 14:32:37 +02:00
parent 07ee0b91ac
commit 18f88d810c

View File

@ -6,7 +6,7 @@ setup(
name="hoymiles-wifi", name="hoymiles-wifi",
packages=["hoymiles_wifi", "hoymiles_wifi.protobuf"], packages=["hoymiles_wifi", "hoymiles_wifi.protobuf"],
install_requires=["protobuf", "crcmod"], 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.", description="A python library for interfacing with the Hoymiles DTUs and the HMS-XXXXW-2T series of micro-inverters using protobuf messages.",
author="suaveolent", author="suaveolent",
include_package_data=True, include_package_data=True,