diff --git a/CHANGELOG.md b/CHANGELOG.md index fd7659e8..da0a991f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Removed unused PyYAML dependency ([#262](https://github.com/jstockwin/py-pdf-parser/pull/262)) +## [0.10.2] - 2022-11-07 + +### Changed +- Various dependency updates + ## [0.10.1] - 2021-10-12 ### Fixed - The `visualise` function properly uses the _elements_ parameter in order to filter visualised elements. ([#256](https://github.com/jstockwin/py-pdf-parser/pull/256)) diff --git a/setup.py b/setup.py index f5d70198..307b7599 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.10.1", + version="0.10.2", url="https://github.com/jstockwin/py-pdf-parser", license="BSD", description="A tool to help extracting information from structured PDFs.",