Skip to content

Commit

Permalink
Bump version to v0.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jsvine committed Jul 6, 2024
1 parent 1524f3e commit cf67246
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
cff-version: 1.2.0
title: pdfplumber
type: software
version: 0.10.4
date-released: "2024-02-10"
version: 0.11.2
date-released: "2024-07-06"
authors:
- family-names: "Singer-Vine"
given-names: "Jeremy"
Expand Down
2 changes: 1 addition & 1 deletion pdfplumber/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version_info = (0, 11, 1)
version_info = (0, 11, 2)
__version__ = ".".join(map(str, version_info))

4 comments on commit cf67246

@lostin404

This comment was marked as off-topic.

@lostin404

This comment was marked as off-topic.

@lostin404

This comment was marked as off-topic.

@lostin404

This comment was marked as off-topic.

Please sign in to comment.