This commit is contained in:
Yiorgis Gozadinos 2025-06-20 10:34:13 +02:00
parent 3c98f246b5
commit deaeeddc72
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.1.0"
version = "0.2.0"
description = "Retrieval Augmented Generation (RAG) with SQLite"
authors = [{ name = "Yiorgis Gozadinos", email = "ggozadinos@gmail.com" }]
license = { text = "MIT" }

View file

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