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 3e333d5 commit 628e034Copy full SHA for 628e034
setup.py
@@ -1227,15 +1227,15 @@ def sdist():
1227
#
1228
1229
# PyMuPDF version.
1230
-version_p = '1.26.0'
+version_p = '1.26.1'
1231
+
1232
+version_mupdf = '1.26.2'
1233
1234
# PyMuPDFb version. This is the PyMuPDF version whose PyMuPDFb wheels we will
1235
# (re)use if generating separate PyMuPDFb wheels. Though as of PyMuPDF-1.24.11
1236
# (2024-10-03) we no longer use PyMuPDFb wheels so this is actually unused.
1237
-version_b = '1.26.0'
-
1238
-version_mupdf = '1.26.1'
+version_b = '1.26.1'
1239
1240
if os.path.exists(f'{g_root}/{g_pymupdfb_sdist_marker}'):
1241
0 commit comments