Bump to v0.10.3

This commit is contained in:
Jeremy Singer-Vine
2023-10-26 10:01:42 -04:00
parent 529b3d8126
commit 2e838d1194
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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
+2 -2
View File
@@ -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"
+1 -1
View File
@@ -1,2 +1,2 @@
version_info = (0, 10, 2)
version_info = (0, 10, 3)
__version__ = ".".join(map(str, version_info))