Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

Commit

Permalink
v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
metachris committed Apr 12, 2021
1 parent 9a0e838 commit 0834fb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pdfx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 0834fb1

Please sign in to comment.