Skip to content

Commit 6aa4003

Browse files
authored
Merge pull request #389 from jstockwin/v0.13.0-upgrade
Release 0.13.0
2 parents 74eb751 + d63e970 commit 6aa4003

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.13.0] - 2024-07-23
10+
911
### Added
1012
- Added extra filtering methods for ElementList
1113
- Make sure tests and docs are not included in binary distribution wheels (PyPi) and source distribution (sdist).

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
setup(
1616
name="py-pdf-parser",
1717
packages=find_packages(exclude=["tests", "tests.*", "docs", "docs.*"]),
18-
version="0.12.0",
18+
version="0.13.0",
1919
url="https://github.com/jstockwin/py-pdf-parser",
2020
license="BSD",
2121
description="A tool to help extracting information from structured PDFs.",

0 commit comments

Comments
 (0)