This commit is contained in:
Yiorgis Gozadinos 2025-06-28 09:43:37 +03:00
parent e5d8396d1b
commit 8e77d6b9c1
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.2.0"
version = "0.3.0"
description = "Retrieval Augmented Generation (RAG) with SQLite"
authors = [{ name = "Yiorgis Gozadinos", email = "ggozadinos@gmail.com" }]
license = { text = "MIT" }

View file

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