From fc382d94446aed942ffb06e9cc44e27ed2b2e8f4 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 13 Aug 2025 10:24:57 +0000 Subject: [PATCH] Automatic update of packages --- 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 1869135c..0e53fcd1 100644 --- a/src/git/pyproject.toml +++ b/src/git/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "mcp-server-git" -version = "0.6.2" +version = "2025.8.13" 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"