Skip to content

Commit effd701

Browse files
setup.py: update version to 1.26.2.
Also update default mupdf version to 1.26.3.
1 parent 5d5693c commit effd701

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1246,15 +1246,15 @@ def sdist():
12461246
#
12471247

12481248
# PyMuPDF version.
1249-
version_p = '1.26.1'
1249+
version_p = '1.26.2'
12501250

1251-
version_mupdf = '1.26.2'
1251+
version_mupdf = '1.26.3'
12521252

12531253
# PyMuPDFb version. This is the PyMuPDF version whose PyMuPDFb wheels we will
12541254
# (re)use if generating separate PyMuPDFb wheels. Though as of PyMuPDF-1.24.11
12551255
# (2024-10-03) we no longer use PyMuPDFb wheels so this is actually unused.
12561256
#
1257-
version_b = '1.26.1'
1257+
version_b = '1.26.2'
12581258

12591259
if os.path.exists(f'{g_root}/{g_pymupdfb_sdist_marker}'):
12601260

0 commit comments

Comments
 (0)