Skip to content

Commit 5b84767

Browse files
authored
Bump the required version of Sungrow-Modbus to include PyCrypto repla… (#38)
Bump the required version of Sungrow-Modbus to include PyCrypto replacement.
1 parent 96da28f commit 5b84767

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

modbus4mqtt/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version="0.5.0"
1+
version = "0.5.1"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ ruamel.yaml>=0.16.12
33
click
44
paho-mqtt
55
pymodbus
6-
SungrowModbusTcpClient>=0.1.5
6+
SungrowModbusTcpClient>=0.1.6

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
'paho-mqtt>=1.5.0',
2020
'pymodbus>=2.3.0',
2121
'click>=6.7',
22-
'SungrowModbusTcpClient>=0.1.5',
22+
'SungrowModbusTcpClient>=0.1.6',
2323
],
2424
tests_require=[
2525
'nose2>=0.9.2',

0 commit comments

Comments
 (0)