diff --git a/pyproject.toml b/pyproject.toml index c0b18439..c3adb7e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "haiku.rag" -version = "0.8.1" -description = "Retrieval Augmented Generation (RAG) with LanceDB" +version = "0.9.0" +description = "Agentic Retrieval Augmented Generation (RAG) with LanceDB" 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 2ba6f7be..cea61647 100644 --- a/uv.lock +++ b/uv.lock @@ -1111,7 +1111,7 @@ wheels = [ [[package]] name = "haiku-rag" -version = "0.8.1" +version = "0.9.0" source = { editable = "." } dependencies = [ { name = "docling" },