diff --git a/pyproject.toml b/pyproject.toml index 1ce95919..f166103c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "haiku.rag" -version = "0.3.4" +version = "0.4.0" 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 d01bdaad..6708957f 100644 --- a/uv.lock +++ b/uv.lock @@ -901,7 +901,7 @@ wheels = [ [[package]] name = "haiku-rag" -version = "0.3.4" +version = "0.4.0" source = { editable = "." } dependencies = [ { name = "fastmcp" },