diff --git a/pyproject.toml b/pyproject.toml index 31ad9987..7b86eeaf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "haiku.rag" -version = "0.8.0" +version = "0.8.1" 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 83eae967..60cbd289 100644 --- a/uv.lock +++ b/uv.lock @@ -972,7 +972,7 @@ wheels = [ [[package]] name = "haiku-rag" -version = "0.8.0" +version = "0.8.1" source = { editable = "." } dependencies = [ { name = "docling" },