Skip to content

Commit ba53d93

Browse files
committed
Change version follow PEP 440. (#1609)
1 parent 79e0e96 commit ba53d93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymodbus/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
from pymodbus.logging import pymodbus_apply_logging_config
1313

1414

15-
__version__ = "3.4.0alfa"
15+
__version__ = "3.4.0dev"
1616
__version_full__ = f"[pymodbus, version {__version__}]"

0 commit comments

Comments
 (0)