From edbd360bca64a8c802a1bc43b162badb3a01f7b7 Mon Sep 17 00:00:00 2001 From: Yiorgis Gozadinos Date: Tue, 12 Aug 2025 15:30:14 +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 22bced5e..044f22b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "haiku.rag" -version = "0.5.3" +version = "0.5.4" description = "Retrieval Augmented Generation (RAG) with SQLite" authors = [{ name = "Yiorgis Gozadinos", email = "ggozadinos@gmail.com" }] license = { text = "MIT" } diff --git a/uv.lock b/uv.lock index ae9d25a2..501474c4 100644 --- a/uv.lock +++ b/uv.lock @@ -880,7 +880,7 @@ wheels = [ [[package]] name = "haiku-rag" -version = "0.5.3" +version = "0.5.4" source = { editable = "." } dependencies = [ { name = "docling" },