Skip to content

Commit afe42a0

Browse files
committed
Bump version to 2.0.3 to ignored yanked version of 2.0.2
1 parent 4a61d89 commit afe42a0

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