From 19ece48a2a9a33a8de6750a080f23ac90707624b Mon Sep 17 00:00:00 2001 From: julio Almeida Date: Tue, 11 Feb 2025 02:01:18 +0100 Subject: [PATCH] 0.1.6 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7f2fd6c..e91d288 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "extract_thinker" -version = "0.1.5" +version = "0.1.6" description = "Library to extract data from files and documents agnositicaly using LLMs" authors = ["JĂșlio Almeida "] readme = "README.md"