Skip to content

Commit 628e034

Browse files
setup.py: updated version to 1.26.1, and default mupdf to 1.26.2.
1 parent 3e333d5 commit 628e034

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1227,15 +1227,15 @@ def sdist():
12271227
#
12281228

12291229
# PyMuPDF version.
1230-
version_p = '1.26.0'
1230+
version_p = '1.26.1'
1231+
1232+
version_mupdf = '1.26.2'
12311233

12321234
# PyMuPDFb version. This is the PyMuPDF version whose PyMuPDFb wheels we will
12331235
# (re)use if generating separate PyMuPDFb wheels. Though as of PyMuPDF-1.24.11
12341236
# (2024-10-03) we no longer use PyMuPDFb wheels so this is actually unused.
12351237
#
1236-
version_b = '1.26.0'
1237-
1238-
version_mupdf = '1.26.1'
1238+
version_b = '1.26.1'
12391239

12401240
if os.path.exists(f'{g_root}/{g_pymupdfb_sdist_marker}'):
12411241

0 commit comments

Comments
 (0)