Skip to content

Commit

Permalink
Bump to v0.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jsvine committed Oct 26, 2023
1 parent 529b3d8 commit 2e838d1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/).

## [0.10.3] - [Unreleased]
## [0.10.3] - 2023-10-26

### Added

Expand Down
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.2
date-released: "2023-07-29"
version: 0.10.3
date-released: "2023-10-26"
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, 2)
version_info = (0, 10, 3)
__version__ = ".".join(map(str, version_info))

0 comments on commit 2e838d1

Please sign in to comment.