Skip to content

Commit

Permalink
[UPD] Update version, name to new repo
Browse files Browse the repository at this point in the history
  • Loading branch information
bosd committed Aug 26, 2024
1 parent 26a1400 commit 7b03eac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions camelot/__version__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (0, 11, 0)
VERSION = (0, 0, 1)
PRERELEASE = None # alpha, beta or rc
REVISION = None

Expand All @@ -12,9 +12,9 @@ def generate_version(version, prerelease=None, revision=None):
return "".join(version_parts)


__title__ = "camelot-py"
__title__ = "pypdf_table_extraction"
__description__ = "PDF Table Extraction for Humans."
__url__ = "http://camelot-py.readthedocs.io/"
__url__ = "https://pypdf-table-extraction.readthedocs.io/"
__version__ = generate_version(VERSION, prerelease=PRERELEASE, revision=REVISION)
__author__ = "Vinayak Mehta"
__author_email__ = "[email protected]"
Expand Down

0 comments on commit 7b03eac

Please sign in to comment.