Skip to content

Commit

Permalink
Bump version to v0.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jsvine committed Feb 10, 2024
1 parent b1114e5 commit 3bb642b
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.3
date-released: "2023-10-26"
version: 0.10.4
date-released: "2024-02-10"
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, 10, 3)
version_info = (0, 10, 4)
__version__ = ".".join(map(str, version_info))

0 comments on commit 3bb642b

Please sign in to comment.