diff --git a/pdfx/__init__.py b/pdfx/__init__.py index 0ec7877..cc3e3b2 100644 --- a/pdfx/__init__.py +++ b/pdfx/__init__.py @@ -33,7 +33,7 @@ from __future__ import absolute_import, division, print_function, unicode_literals __title__ = "pdfx" -__version__ = "1.4.0" +__version__ = "1.4.1" __author__ = "Chris Hager" __license__ = "Apache 2.0" __copyright__ = "Copyright 2015 Chris Hager" diff --git a/setup.py b/setup.py index fd9315e..5fd003d 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ def parse_requirements(filename): # Versions should comply with PEP440. For a discussion on single-sourcing # the version across setup.py and the project code, see # https://packaging.python.org/en/latest/single_source_version.html - version="1.4.0", + version="1.4.1", description="Extract metadata and URLs from PDF files" ", and download all referenced PDFs", long_description=long_description,