From 4f7b8ec4e918619dcf05de01a09682a5e7ef5c62 Mon Sep 17 00:00:00 2001 From: David Soria Parra Date: Thu, 21 Nov 2024 23:17:16 +0000 Subject: [PATCH] bump version --- src/git/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/git/pyproject.toml b/src/git/pyproject.toml index 6475eebb..a462dfb5 100644 --- a/src/git/pyproject.toml +++ b/src/git/pyproject.toml @@ -1,6 +1,6 @@ [project] name="mcp-server-git" -version = "0.3.0" +version = "0.3.1" description = "A Model Context Protocol server providing tools to read, search, and manipulate Git repositories programmatically via LLMs" readme = "README.md" requires-python = ">=3.10"