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 acc1593 commit 92e8a89Copy full SHA for 92e8a89
pdfrw/__init__.py
@@ -10,7 +10,7 @@
10
from .errors import PdfParseError
11
from .pagemerge import PageMerge
12
13
-__version__ = '0.2'
+__version__ = '0.3'
14
15
# Add a tiny bit of compatibility to pyPdf
16
releasing.txt
@@ -1,6 +1,6 @@
1
Notes on releasing, which is not yet fully automated:
2
3
-1) Update version number both in __init__ and in setup
+1) Update version number in pdfrw/__init__.py
4
5
2) Use pyroma
6
0 commit comments