diff --git a/setup.py b/setup.py index 9c717f0a..3d4db2e9 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ name="py-pdf-parser", packages=find_packages(), exclude=["tests.*", "tests", "docs", "docs.*"], - version="0.5.0", + version="0.6.0", url="https://github.com/jstockwin/py-pdf-parser", license="BSD", description="A tool to help extracting information from structured PDFs.",