From d0e08b90f588798a859cf1c69680b195a643b9fc Mon Sep 17 00:00:00 2001 From: Matthew Stamy Date: Mon, 20 Jul 2015 14:23:51 -0500 Subject: [PATCH] Conform to semantic versioning. Patch number added --- PyPDF2/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PyPDF2/_version.py b/PyPDF2/_version.py index 8046eb7ee..760870ccf 100644 --- a/PyPDF2/_version.py +++ b/PyPDF2/_version.py @@ -1 +1 @@ -__version__ = '1.25.1-a' +__version__ = '1.25.1'