diff --git a/camelot/__version__.py b/camelot/__version__.py index 5becc17c..5c4105cd 100644 --- a/camelot/__version__.py +++ b/camelot/__version__.py @@ -1 +1 @@ -__version__ = "1.0.0" +__version__ = "1.0.1" diff --git a/pyproject.toml b/pyproject.toml index cbe3c639..6317dac5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pypdf_table_extraction" -version = "1.0.0" +version = "1.0.1" description = "PDF Table Extraction for Humans." authors = ["Vinayak Mehta "] license = "MIT"