diff --git a/pyproject.toml b/pyproject.toml index afff8cb..827b3c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sungrowinverter" -version = "0.2.2" +version = "0.2.3" description = "Query Sungrow residential hybrid or string inverters for current state and statistics using ModBus TCP client" authors = ["Mark Vandersteen "] license = "GNU General Public License" diff --git a/sungrowinverter/SungrowInverter.py b/sungrowinverter/SungrowInverter.py index 8b4af1d..f58ea0a 100755 --- a/sungrowinverter/SungrowInverter.py +++ b/sungrowinverter/SungrowInverter.py @@ -9,7 +9,7 @@ Refer configs/hybrid.py and configs/string.py for inverters that are supported. """ -__version__ = "0.2.2" +__version__ = "0.2.3" from sungrowinverter.SungrowModbusTCPClient import SungrowModbusTcpClient from sungrowinverter.configs.inverter import (