From 92e8a89cf920574f2a49226878b768893f3b1ca5 Mon Sep 17 00:00:00 2001 From: Thomas Kluyver Date: Wed, 19 Oct 2016 17:45:21 +0100 Subject: [PATCH] Version number -> 0.3 --- pdfrw/__init__.py | 2 +- releasing.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pdfrw/__init__.py b/pdfrw/__init__.py index 73445b3..dee12e8 100644 --- a/pdfrw/__init__.py +++ b/pdfrw/__init__.py @@ -10,7 +10,7 @@ from .errors import PdfParseError from .pagemerge import PageMerge -__version__ = '0.2' +__version__ = '0.3' # Add a tiny bit of compatibility to pyPdf diff --git a/releasing.txt b/releasing.txt index a108184..b186013 100644 --- a/releasing.txt +++ b/releasing.txt @@ -1,6 +1,6 @@ Notes on releasing, which is not yet fully automated: -1) Update version number both in __init__ and in setup +1) Update version number in pdfrw/__init__.py 2) Use pyroma