diff --git a/pyproject.toml b/pyproject.toml index f0b0b457..25c1fa2f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "haiku.rag" -version = "0.3.0" +version = "0.3.1" 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 d12ce5a2..71155922 100644 --- a/uv.lock +++ b/uv.lock @@ -816,7 +816,7 @@ wheels = [ [[package]] name = "haiku-rag" -version = "0.3.0" +version = "0.3.1" source = { editable = "." } dependencies = [ { name = "fastmcp" },