mirror of
https://github.com/jsvine/pdfplumber.git
synced 2026-08-29 08:34:23 +08:00
Bump version to 0.11.6
This commit is contained in:
+2
-2
@@ -1,8 +1,8 @@
|
||||
cff-version: 1.2.0
|
||||
title: pdfplumber
|
||||
type: software
|
||||
version: 0.11.5
|
||||
date-released: "2025-01-01"
|
||||
version: 0.11.6
|
||||
date-released: "2025-03-27"
|
||||
authors:
|
||||
- family-names: "Singer-Vine"
|
||||
given-names: "Jeremy"
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
version_info = (0, 11, 5)
|
||||
version_info = (0, 11, 6)
|
||||
__version__ = ".".join(map(str, version_info))
|
||||
|
||||
Reference in New Issue
Block a user