We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d5693c commit effd701Copy full SHA for effd701
setup.py
@@ -1246,15 +1246,15 @@ def sdist():
1246
#
1247
1248
# PyMuPDF version.
1249
-version_p = '1.26.1'
+version_p = '1.26.2'
1250
1251
-version_mupdf = '1.26.2'
+version_mupdf = '1.26.3'
1252
1253
# PyMuPDFb version. This is the PyMuPDF version whose PyMuPDFb wheels we will
1254
# (re)use if generating separate PyMuPDFb wheels. Though as of PyMuPDF-1.24.11
1255
# (2024-10-03) we no longer use PyMuPDFb wheels so this is actually unused.
1256
1257
-version_b = '1.26.1'
+version_b = '1.26.2'
1258
1259
if os.path.exists(f'{g_root}/{g_pymupdfb_sdist_marker}'):
1260
0 commit comments