diff --git a/CHANGELOG.md b/CHANGELOG.md index 6dab6fa..71b1f01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.13.0] - 2024-07-23 + ### Added - Added extra filtering methods for ElementList - Make sure tests and docs are not included in binary distribution wheels (PyPi) and source distribution (sdist). diff --git a/setup.py b/setup.py index 2e57dc6..12dbd1a 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ setup( name="py-pdf-parser", packages=find_packages(exclude=["tests", "tests.*", "docs", "docs.*"]), - version="0.12.0", + version="0.13.0", url="https://github.com/jstockwin/py-pdf-parser", license="BSD", description="A tool to help extracting information from structured PDFs.",