From 9a249db83656a426a753660992d753797d2ab8f1 Mon Sep 17 00:00:00 2001 From: Yiorgis Gozadinos Date: Wed, 24 Sep 2025 16:50:01 +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 1cd84a98..0bcadc29 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "haiku.rag" description = "Agentic Retrieval Augmented Generation (RAG) with LanceDB" -version = "0.10.2" +version = "0.11.0" 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 a1a5086f..a595d420 100644 --- a/uv.lock +++ b/uv.lock @@ -1111,7 +1111,7 @@ wheels = [ [[package]] name = "haiku-rag" -version = "0.10.2" +version = "0.11.0" source = { editable = "." } dependencies = [ { name = "docling" },