From 9e1473c405cbaab5e983d4e7cb0e4c5a6f13f364 Mon Sep 17 00:00:00 2001 From: julio Almeida Date: Fri, 17 Jan 2025 19:33:13 +0400 Subject: [PATCH] 0.1.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 70f2268..8b48dfa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "extract_thinker" -version = "0.1.0" +version = "0.1.1" description = "Library to extract data from files and documents agnositicaly using LLMs" authors = ["JĂșlio Almeida "] readme = "README.md"