Skip to content

Commit

Permalink
Bump the required version of Sungrow-Modbus to include PyCrypto repla… (
Browse files Browse the repository at this point in the history
#38)

Bump the required version of Sungrow-Modbus to include PyCrypto replacement.
  • Loading branch information
tjhowse authored Oct 16, 2021
1 parent 96da28f commit 5b84767
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion modbus4mqtt/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version="0.5.0"
version = "0.5.1"
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ ruamel.yaml>=0.16.12
click
paho-mqtt
pymodbus
SungrowModbusTcpClient>=0.1.5
SungrowModbusTcpClient>=0.1.6
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
'paho-mqtt>=1.5.0',
'pymodbus>=2.3.0',
'click>=6.7',
'SungrowModbusTcpClient>=0.1.5',
'SungrowModbusTcpClient>=0.1.6',
],
tests_require=[
'nose2>=0.9.2',
Expand Down

0 comments on commit 5b84767

Please sign in to comment.