This commit is contained in:
Yiorgis Gozadinos 2025-07-20 11:41:05 +03:00
parent a5eee10e92
commit bb9fd16ca7
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
[project]
name = "haiku.rag"
version = "0.3.4"
version = "0.4.0"
description = "Retrieval Augmented Generation (RAG) with SQLite"
authors = [{ name = "Yiorgis Gozadinos", email = "ggozadinos@gmail.com" }]
license = { text = "MIT" }

View file

@ -901,7 +901,7 @@ wheels = [
[[package]]
name = "haiku-rag"
version = "0.3.4"
version = "0.4.0"
source = { editable = "." }
dependencies = [
{ name = "fastmcp" },