diff --git a/pyproject.toml b/pyproject.toml index 044f22b3..45a44e20 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "haiku.rag" -version = "0.5.4" +version = "0.5.5" description = "Retrieval Augmented Generation (RAG) with SQLite" authors = [{ name = "Yiorgis Gozadinos", email = "ggozadinos@gmail.com" }] license = { text = "MIT" } diff --git a/uv.lock b/uv.lock index 501474c4..79c63b8f 100644 --- a/uv.lock +++ b/uv.lock @@ -880,7 +880,7 @@ wheels = [ [[package]] name = "haiku-rag" -version = "0.5.4" +version = "0.5.5" source = { editable = "." } dependencies = [ { name = "docling" },