From cb93f0913a1a366bb78af291a58999822d9aa115 Mon Sep 17 00:00:00 2001 From: Yiorgis Gozadinos Date: Thu, 25 Sep 2025 10:57:14 +0300 Subject: [PATCH] vb --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0bcadc29..24f08b73 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "haiku.rag" description = "Agentic Retrieval Augmented Generation (RAG) with LanceDB" -version = "0.11.0" +version = "0.11.1" authors = [{ name = "Yiorgis Gozadinos", email = "ggozadinos@gmail.com" }] license = { text = "MIT" } readme = { file = "README.md", content-type = "text/markdown" } diff --git a/uv.lock b/uv.lock index a595d420..4c9941df 100644 --- a/uv.lock +++ b/uv.lock @@ -1111,7 +1111,7 @@ wheels = [ [[package]] name = "haiku-rag" -version = "0.11.0" +version = "0.11.1" source = { editable = "." } dependencies = [ { name = "docling" },