Skip to content

Commit bbddb58

Browse files
committed
Correct version in setup.py
1 parent e6331c0 commit bbddb58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
sources=['./fitz/fitz_wrap.c',])
5858

5959
setup(name = 'PyMuPDF',
60-
version = "1.13.2",
60+
version = "1.13.3",
6161
description = 'Python bindings for the PDF rendering library MuPDF',
6262
classifiers = ['Development Status :: 5 - Production/Stable',
6363
'Environment :: Console',

0 commit comments

Comments
 (0)