From 9aa8d020e1e1725f97f5fc4239de517f7fe2dcd1 Mon Sep 17 00:00:00 2001 From: Yiorgis Gozadinos Date: Thu, 30 Oct 2025 16:57:56 +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 ec89df98..b5671dca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "haiku.rag" description = "Agentic Retrieval Augmented Generation (RAG) with LanceDB" -version = "0.13.2" +version = "0.13.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 b2c380c0..194b2dd3 100644 --- a/uv.lock +++ b/uv.lock @@ -1150,7 +1150,7 @@ wheels = [ [[package]] name = "haiku-rag" -version = "0.13.2" +version = "0.13.3" source = { editable = "." } dependencies = [ { name = "docling" },