Skip to content

Commit 2e9bcb6

Browse files
committed
Fix #14 Bump version
1 parent afe42a0 commit 2e9bcb6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.3.dev0"
2+
__VERSION__ = "2.0.3"
33

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pymodbus_repl"
3-
version = "2.0.3.dev0"
3+
version = "2.0.3"
44
description = "REPL (Read-Eval-Print Loop) tool for working with Modbus devices using the Pymodbus library."
55
authors = ["dhoomakethu <otlasanju@gmail.com>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)