diff --git a/pyproject.toml b/pyproject.toml index 7d35953..7bf4a81 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pymodbus_repl" -version = "2.0.3" +version = "2.0.4" description = "REPL (Read-Eval-Print Loop) tool for working with Modbus devices using the Pymodbus library." authors = ["dhoomakethu "] readme = "README.md"