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

Conversation

@snanda85
Copy link

@snanda85 snanda85 commented Nov 4, 2024

Fixes #259

For the plugin to work, the version in __version__.py and pyproject.toml should match initially.

The command poetry version patch needs to be used to update the version number, instead of manually updating pyproject.toml

$ poetry version patch Bumping version from 0.0.2 to 0.0.3 poetry_bumpversion: processed file camelot/__version__.py 

After updating version

$ git diff diff --git a/camelot/__version__.py b/camelot/__version__.py index 3b93d0b..27fdca4 100644 --- a/camelot/__version__.py +++ b/camelot/__version__.py @@ -1 +1 @@ -__version__ = "0.0.2" +__version__ = "0.0.3" diff --git a/pyproject.toml b/pyproject.toml index 2364279..6b9b5f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pypdf_table_extraction" -version = "0.0.2" +version = "0.0.3" description = "PDF Table Extraction for Humans." authors = ["Vinayak Mehta <vmehta94@gmail.com>"] license = "MIT" 
@bosd
Copy link
Collaborator

bosd commented Nov 4, 2024

Can you please bump to a next major release.

We have some breaking changes in dependencies.

  • move Ghostscript to optional
  • addition of pypdfium as base dependency
@snanda85
Copy link
Author

snanda85 commented Nov 4, 2024 via email

@bosd bosd merged commit a8fbef0 into py-pdf:main Nov 10, 2024
14 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

2 participants