From 6fa9c1a822d4d342a7417fd7fad02c194f6abff0 Mon Sep 17 00:00:00 2001 From: Yiorgis Gozadinos Date: Mon, 27 Oct 2025 11:29:01 +0200 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 e7bd032a..6dbd39ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "haiku.rag" description = "Agentic Retrieval Augmented Generation (RAG) with LanceDB" -version = "0.12.1" +version = "0.13.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 afc5b6e1..dd64f235 100644 --- a/uv.lock +++ b/uv.lock @@ -1123,7 +1123,7 @@ wheels = [ [[package]] name = "haiku-rag" -version = "0.12.1" +version = "0.13.0" source = { editable = "." } dependencies = [ { name = "docling" },