From 8ce9cb85bccca9e6d21cd249a51af6db3cefc3ef Mon Sep 17 00:00:00 2001 From: Yiorgis Gozadinos Date: Fri, 5 Sep 2025 10:53:32 +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 6be63030..78455ddd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "haiku.rag" -version = "0.7.2" +version = "0.7.3" description = "Retrieval Augmented Generation (RAG) with LanceDB" authors = [{ name = "Yiorgis Gozadinos", email = "ggozadinos@gmail.com" }] license = { text = "MIT" } diff --git a/uv.lock b/uv.lock index 2cc0eedf..5db1f014 100644 --- a/uv.lock +++ b/uv.lock @@ -951,7 +951,7 @@ wheels = [ [[package]] name = "haiku-rag" -version = "0.7.2" +version = "0.7.3" source = { editable = "." } dependencies = [ { name = "docling" },