This commit is contained in:
Yiorgis Gozadinos 2025-07-04 11:58:23 +03:00
parent 53b917f929
commit ae1188da6b
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.0"
version = "0.3.1"
description = "Retrieval Augmented Generation (RAG) with SQLite"
authors = [{ name = "Yiorgis Gozadinos", email = "ggozadinos@gmail.com" }]
license = { text = "MIT" }

View file

@ -816,7 +816,7 @@ wheels = [
[[package]]
name = "haiku-rag"
version = "0.3.0"
version = "0.3.1"
source = { editable = "." }
dependencies = [
{ name = "fastmcp" },