diff --git a/docs/change-logs.rst b/docs/change-logs.rst index b745b011..9e2ceb01 100644 --- a/docs/change-logs.rst +++ b/docs/change-logs.rst @@ -45,7 +45,7 @@ Incompatible issues doesn't work. If the new version has been released in PyPi, please remove the dev version, install the stable version from PyPi. -7.3.5 +7.3.6 ----- * Refine register function. * In Darwin support option `--platform darwin.aarch64,darwin.x86_64` to create diff --git a/src/config.py b/src/config.py index 24c2eb67..1d1a295f 100755 --- a/src/config.py +++ b/src/config.py @@ -1,6 +1,6 @@ from sys import platform -version = '7.3.5' +version = '7.3.6' # The corresponding version of pytransform.so core_version = 'r48.2a'