From f9ab505916fa4429cbd4337905806d9a662fe934 Mon Sep 17 00:00:00 2001 From: Yiorgis Gozadinos Date: Wed, 17 Sep 2025 13:13:43 +0300 Subject: [PATCH] vb --- pyproject.toml | 4 ++-- uv.lock | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c0b18439..c3adb7e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "haiku.rag" -version = "0.8.1" -description = "Retrieval Augmented Generation (RAG) with LanceDB" +version = "0.9.0" +description = "Agentic Retrieval Augmented Generation (RAG) with LanceDB" 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 2ba6f7be..cea61647 100644 --- a/uv.lock +++ b/uv.lock @@ -1111,7 +1111,7 @@ wheels = [ [[package]] name = "haiku-rag" -version = "0.8.1" +version = "0.9.0" source = { editable = "." } dependencies = [ { name = "docling" },