From 92cd370560fc1324388ac995e721913da4731665 Mon Sep 17 00:00:00 2001 From: julio Almeida Date: Wed, 22 Jan 2025 15:13:18 +0400 Subject: [PATCH] bumping to 0.1.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ea87bde..83701d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "extract_thinker" -version = "0.1.2" +version = "0.1.3" description = "Library to extract data from files and documents agnositicaly using LLMs" authors = ["JĂșlio Almeida "] readme = "README.md"