From ed894490aee1a5652833c7ab7e259b9d478db26b Mon Sep 17 00:00:00 2001 From: marswen Date: Fri, 22 Dec 2023 11:02:32 +0800 Subject: [PATCH] Test publish action --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1d6fc8f..87ee862 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pdf-decomposer" -version = "0.1.0" +version = "0.1.1" description = "Extract structured information from images, tables, and text in PDF document." authors = ["marswen "] readme = "README.md"