From 65913f57bc7238bc258f1f844e44c198c0b71193 Mon Sep 17 00:00:00 2001 From: Ryan Malloy Date: Fri, 6 Mar 2026 14:48:00 -0700 Subject: [PATCH] =?UTF-8?q?Bump=20to=202026.03.06.1=20=E2=80=94=20fix=20pr?= =?UTF-8?q?oject=20URL=20in=20metadata?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0e0c707..787020f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "mcdbus" -version = "2026.03.06" +version = "2026.03.06.1" description = "D-Bus MCP server — bridge Linux IPC into the Model Context Protocol" readme = "README.md" requires-python = ">=3.11"