This commit is contained in:
Yiorgis Gozadinos 2025-08-11 11:27:28 +02:00
parent e39be89666
commit 3aa347484a
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.5.1"
version = "0.5.2"
description = "Retrieval Augmented Generation (RAG) with SQLite"
authors = [{ name = "Yiorgis Gozadinos", email = "ggozadinos@gmail.com" }]
license = { text = "MIT" }

View file

@ -880,7 +880,7 @@ wheels = [
[[package]]
name = "haiku-rag"
version = "0.5.1"
version = "0.5.2"
source = { editable = "." }
dependencies = [
{ name = "docling" },