mirror of
https://github.com/jsvine/pdfplumber.git
synced 2026-08-29 16:40:24 +08:00
Bump version to v0.11.2
This commit is contained in:
+2
-2
@@ -1,8 +1,8 @@
|
|||||||
cff-version: 1.2.0
|
cff-version: 1.2.0
|
||||||
title: pdfplumber
|
title: pdfplumber
|
||||||
type: software
|
type: software
|
||||||
version: 0.10.4
|
version: 0.11.2
|
||||||
date-released: "2024-02-10"
|
date-released: "2024-07-06"
|
||||||
authors:
|
authors:
|
||||||
- family-names: "Singer-Vine"
|
- family-names: "Singer-Vine"
|
||||||
given-names: "Jeremy"
|
given-names: "Jeremy"
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
version_info = (0, 11, 1)
|
version_info = (0, 11, 2)
|
||||||
__version__ = ".".join(map(str, version_info))
|
__version__ = ".".join(map(str, version_info))
|
||||||
|
|||||||
Reference in New Issue
Block a user