diff --git a/pyproject.toml b/pyproject.toml index 88f3982b..4ed91269 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "haiku.rag" -version = "0.7.4" +version = "0.7.5" description = "Retrieval Augmented Generation (RAG) with LanceDB" authors = [{ name = "Yiorgis Gozadinos", email = "ggozadinos@gmail.com" }] license = { text = "MIT" } diff --git a/uv.lock b/uv.lock index f7eaab93..92d18d1a 100644 --- a/uv.lock +++ b/uv.lock @@ -951,7 +951,7 @@ wheels = [ [[package]] name = "haiku-rag" -version = "0.7.4" +version = "0.7.5" source = { editable = "." } dependencies = [ { name = "docling" },