diff --git a/pyproject.toml b/pyproject.toml index 4280ab6..3fae40a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pdf2csv" -version = "0.2.0" +version = "0.2.1" description = "A python library and CLI tool to convert PDF files to CSV files." readme = "README.md" requires-python = ">=3.10"