Skip to content

Commit 71bfd7f

Browse files
committed
Prepare dev.
1 parent cb73805 commit 71bfd7f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

MAKE_RELEASE.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ Prepare/make release on dev.
4242
* git checkout v3.7.0dev0
4343
* rm -rf build/* dist/*
4444
* python3 -m build
45+
* pypi-alias pymodbus_ha_core
4546
* twine upload dist/* (upload to pypi)
4647
* Double check Read me docs are updated
4748
* trigger build https://readthedocs.org/projects/pymodbus/builds/

pymodbus/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020
from pymodbus.pdu.device import ModbusDeviceIdentification
2121

2222

23-
__version__ = "3.11.3"
23+
__version__ = "4.0.0dev6"
2424
__version_full__ = f"[pymodbus, version {__version__}]"

0 commit comments

Comments
 (0)