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 afe42a0 commit 2e9bcb6Copy full SHA for 2e9bcb6
pymodbus_repl/__init__.py
@@ -1,3 +1,3 @@
1
"""REPL (Read-Eval-Print Loop) tool for working with Modbus devices using the Pymodbus library."""
2
-__VERSION__ = "2.0.3.dev0"
+__VERSION__ = "2.0.3"
3
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pymodbus_repl"
-version = "2.0.3.dev0"
+version = "2.0.3"
4
description = "REPL (Read-Eval-Print Loop) tool for working with Modbus devices using the Pymodbus library."
5
authors = ["dhoomakethu <otlasanju@gmail.com>"]
6
readme = "README.md"
0 commit comments