From 5faa201208d6017874f7b4bf03fc4d7b2ef078c2 Mon Sep 17 00:00:00 2001 From: Yiorgis Gozadinos Date: Fri, 19 Sep 2025 12:18:30 +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 af89e7ff..e3cde554 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "haiku.rag" description = "Agentic Retrieval Augmented Generation (RAG) with LanceDB" -version = "0.9.2" +version = "0.9.3" 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 071fa076..fca0eba3 100644 --- a/uv.lock +++ b/uv.lock @@ -1111,7 +1111,7 @@ wheels = [ [[package]] name = "haiku-rag" -version = "0.9.2" +version = "0.9.3" source = { editable = "." } dependencies = [ { name = "docling" },