From a2fcf6c70c066cb4953dcecfffc9325163cb28e7 Mon Sep 17 00:00:00 2001 From: Yiorgis Gozadinos Date: Wed, 10 Sep 2025 13:38:38 +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 ed87c023..ae24ef55 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "haiku.rag" -version = "0.7.7" +version = "0.8.0" 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 a4240bef..19588782 100644 --- a/uv.lock +++ b/uv.lock @@ -951,7 +951,7 @@ wheels = [ [[package]] name = "haiku-rag" -version = "0.7.7" +version = "0.8.0" source = { editable = "." } dependencies = [ { name = "docling" },