Skip to content

Commit 92e8a89

Browse files
committed
Version number -> 0.3
1 parent acc1593 commit 92e8a89

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pdfrw/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from .errors import PdfParseError
1111
from .pagemerge import PageMerge
1212

13-
__version__ = '0.2'
13+
__version__ = '0.3'
1414

1515
# Add a tiny bit of compatibility to pyPdf
1616

releasing.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Notes on releasing, which is not yet fully automated:
22

3-
1) Update version number both in __init__ and in setup
3+
1) Update version number in pdfrw/__init__.py
44

55
2) Use pyroma
66

0 commit comments

Comments
 (0)