We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96da28f commit 5b84767Copy full SHA for 5b84767
3 files changed
modbus4mqtt/version.py
@@ -1 +1 @@
1
-version="0.5.0"
+version = "0.5.1"
requirements.txt
@@ -3,4 +3,4 @@ ruamel.yaml>=0.16.12
3
click
4
paho-mqtt
5
pymodbus
6
-SungrowModbusTcpClient>=0.1.5
+SungrowModbusTcpClient>=0.1.6
setup.py
@@ -19,7 +19,7 @@
19
'paho-mqtt>=1.5.0',
20
'pymodbus>=2.3.0',
21
'click>=6.7',
22
- 'SungrowModbusTcpClient>=0.1.5',
+ 'SungrowModbusTcpClient>=0.1.6',
23
],
24
tests_require=[
25
'nose2>=0.9.2',
0 commit comments