Skip to content

Commit

Permalink
change to version number
Browse files Browse the repository at this point in the history
  • Loading branch information
mvandersteen committed May 20, 2024
1 parent 24c2840 commit 5ef90e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "GNU General Public License"
Expand Down
2 changes: 1 addition & 1 deletion sungrowinverter/SungrowInverter.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down

0 comments on commit 5ef90e3

Please sign in to comment.