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 67bad0a commit 8d09cacCopy full SHA for 8d09cac
pyModbusTCP/__init__.py
@@ -1,9 +1,9 @@
1
# -*- coding: utf-8 -*-
2
3
# Python package: Client and Server for ModBus/TCP
4
-# Version: 0.1.3
+# Version: 0.1.4
5
# Website: https://github.com/sourceperl/pyModbusTCP
6
-# Date: 2017-09-29
+# Date: 2017-11-13
7
# License: MIT (http://http://opensource.org/licenses/mit-license.php)
8
# Description: Client/Server ModBus/TCP
9
# Support functions 3 and 16 (class 0)
pyModbusTCP/constants.py
@@ -1,6 +1,6 @@
-VERSION = '0.1.3'
+VERSION = '0.1.4'
## ModBus/TCP
MODBUS_PORT = 502
## Modbus mode
0 commit comments