Skip to content

Commit c34ca24

Browse files
committed
fix: Update project version
1 parent 4125f95 commit c34ca24

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1094,7 +1094,7 @@ def sdist():
10941094
# We generate different wheels depending on g_flavour.
10951095
#
10961096

1097-
version = '1.23.26'
1097+
version = '1.23.26-hotfix'
10981098
version_b = '1.23.22'
10991099

11001100
tag_python = None

src/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21733,7 +21733,7 @@ def int_rc(text):
2173321733
return int(text)
2173421734

2173521735
VersionFitz = "1.23.10" # MuPDF version.
21736-
VersionBind = "1.23.26" # PyMuPDF version.
21736+
VersionBind = "1.23.26-hotfix" # PyMuPDF version.
2173721737
VersionDate = "2024-02-29 00:00:01"
2173821738
VersionDate2 = VersionDate.replace('-', '').replace(' ', '').replace(':', '')
2173921739
version = (VersionBind, VersionFitz, VersionDate2)

0 commit comments

Comments
 (0)