Skip to content
This repository was archived by the owner on Apr 11, 2025. It is now read-only.

Commit 2729b1f

Browse files
committed
Moving to the next major release
1 parent 6d2e6f7 commit 2729b1f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

camelot/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.2"
1+
__version__ = "1.0.0"

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pypdf_table_extraction"
3-
version = "0.0.2"
3+
version = "1.0.0"
44
description = "PDF Table Extraction for Humans."
55
authors = ["Vinayak Mehta <[email protected]>"]
66
license = "MIT"
@@ -86,6 +86,7 @@ matplotlib = [
8686
{version = "^3.8.0", python = ">=3.12"}
8787
]
8888

89+
8990
[tool.poetry_bumpversion.file."camelot/__version__.py"]
9091

9192
[tool.coverage.paths]

0 commit comments

Comments
 (0)