From 227cde7662d8aa057922bf24d3aaf0134b7011b9 Mon Sep 17 00:00:00 2001 From: Sahil Bali Date: Fri, 4 Sep 2026 23:41:11 +0530 Subject: [PATCH] Bump version to 0.1.0 for first real release Matches the shipped v0.1 milestone (agent + MCP server + FAISS + Docker + CI). 0.0.1 already exists on PyPI from an earlier manual publish of the bare scaffold and can't be reused. Co-Authored-By: Claude Sonnet 5 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bedc65e..3519b3e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ragmesh" -version = "0.0.1" +version = "0.1.0" description = "Retrieval as a mesh of MCP services — an agentic RAG platform built on LangGraph. Under active development." readme = "README.md" requires-python = ">=3.11"