diff --git a/pyproject.toml b/pyproject.toml index 6dbd39ed..edea9e70 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "haiku.rag" description = "Agentic Retrieval Augmented Generation (RAG) with LanceDB" -version = "0.13.0" +version = "0.13.1" authors = [{ name = "Yiorgis Gozadinos", email = "ggozadinos@gmail.com" }] license = { text = "MIT" } readme = { file = "README.md", content-type = "text/markdown" } diff --git a/uv.lock b/uv.lock index dd64f235..cdf29f3d 100644 --- a/uv.lock +++ b/uv.lock @@ -1123,7 +1123,7 @@ wheels = [ [[package]] name = "haiku-rag" -version = "0.13.0" +version = "0.13.1" source = { editable = "." } dependencies = [ { name = "docling" },