Skip to content

Commit 77e9746

Browse files
setup.py: update to pymupdf version 1.26.4 and mupdf version 1.26.7.
1 parent 719ec6c commit 77e9746

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1280,9 +1280,9 @@ def sdist():
12801280
#
12811281

12821282
# PyMuPDF version.
1283-
version_p = '1.26.3'
1283+
version_p = '1.26.4'
12841284

1285-
version_mupdf = '1.26.3'
1285+
version_mupdf = '1.26.7'
12861286

12871287
# PyMuPDFb version. This is the PyMuPDF version whose PyMuPDFb wheels we will
12881288
# (re)use if generating separate PyMuPDFb wheels. Though as of PyMuPDF-1.24.11

0 commit comments

Comments
 (0)