From e5c40f2367f94017ac4dfee72aef77ff82bfa0a5 Mon Sep 17 00:00:00 2001 From: Vinayak Mehta Date: Fri, 3 Jan 2025 16:48:59 +0100 Subject: [PATCH] Bump version --- HISTORY.md | 5 +++++ excalibur/__version__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index fee939c..42cef5a 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,11 @@ Release History =============== +1.0.1 (2025-01-03) +------------------ + +* Fix pypdf import. + 1.0.0 (2025-01-03) ------------------ diff --git a/excalibur/__version__.py b/excalibur/__version__.py index d4a6345..5cce1f6 100644 --- a/excalibur/__version__.py +++ b/excalibur/__version__.py @@ -1,4 +1,4 @@ -VERSION = (1, 0, 0) +VERSION = (1, 0, 1) PRERELEASE = None # alpha, beta or rc REVISION = None diff --git a/pyproject.toml b/pyproject.toml index 8c92127..a9ef469 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "excalibur-py" -version = "1.0.0" +version = "1.0.1" description = "A web interface to extract tabular data from PDFs" authors = [ {name = "Vinayak Mehta", email = "vmehta94@gmail.com"}