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 5dd5576 commit 28c3c2eCopy full SHA for 28c3c2e
pymodbus/version.py
@@ -37,4 +37,4 @@ def __str__(self) -> str:
37
return f"[{self.package}, version {self.short()}]"
38
39
40
-version = Version("pymodbus", 3, 2, 0, "")
+version = Version("pymodbus", 3, 2, "x", "")
0 commit comments