Skip to content

Commit 3c03dcf

Browse files
committed
Fix #12 use common command completer for client and server, misc updates
1 parent e97ffb8 commit 3c03dcf

File tree

10 files changed

+220
-550
lines changed

10 files changed

+220
-550
lines changed

poetry.lock

Lines changed: 15 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pymodbus_repl/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""REPL (Read-Eval-Print Loop) tool for working with Modbus devices using the Pymodbus library."""
2-
__VERSION__ = "2.0.1"
2+
__VERSION__ = "2.0.2"
33

pymodbus_repl/client/completer.py

Lines changed: 0 additions & 145 deletions
This file was deleted.

0 commit comments

Comments
 (0)