From 8e77d6b9c128be13426bdd17f48cbda7fee322fe Mon Sep 17 00:00:00 2001 From: Yiorgis Gozadinos Date: Sat, 28 Jun 2025 09:43:37 +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 f9e5534c..3e33e1a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "haiku.rag" -version = "0.2.0" +version = "0.3.0" 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 14f667c6..176dc658 100644 --- a/uv.lock +++ b/uv.lock @@ -798,7 +798,7 @@ wheels = [ [[package]] name = "haiku-rag" -version = "0.2.0" +version = "0.3.0" source = { editable = "." } dependencies = [ { name = "fastmcp" },