From 38402e0e4b2fe43ec933104e2a549c3cbeb3d5f0 Mon Sep 17 00:00:00 2001 From: julio Almeida Date: Tue, 3 Dec 2024 13:28:41 +0100 Subject: [PATCH] done --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ac315df..299e9bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "extract_thinker" -version = "0.0.24" +version = "0.0.25" description = "Library to extract data from files and documents agnositicaly using LLMs" authors = ["JĂșlio Almeida "] readme = "README.md"