Skip to content

Commit 3bb1401

Browse files
committed
Increase patch number
1 parent c36b13e commit 3bb1401

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/change-logs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Incompatible issues
4545
doesn't work. If the new version has been released in PyPi, please remove the
4646
dev version, install the stable version from PyPi.
4747

48-
7.3.5
48+
7.3.6
4949
-----
5050
* Refine register function.
5151
* In Darwin support option `--platform darwin.aarch64,darwin.x86_64` to create

src/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from sys import platform
22

3-
version = '7.3.5'
3+
version = '7.3.6'
44

55
# The corresponding version of pytransform.so
66
core_version = 'r48.2a'

0 commit comments

Comments
 (0)