diff --git a/setup.py b/setup.py index 1af2db1..2116623 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.0", + version="0.2.1", 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,