From ba354229aba1f4fe42c4064ebc1bf7ac9637046e Mon Sep 17 00:00:00 2001 From: David Soria Parra Date: Thu, 21 Nov 2024 23:22:32 +0000 Subject: [PATCH] bump --- src/git/pyproject.toml | 2 +- src/sqlite/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/git/pyproject.toml b/src/git/pyproject.toml index a462dfb5..85dd3ddf 100644 --- a/src/git/pyproject.toml +++ b/src/git/pyproject.toml @@ -1,6 +1,6 @@ [project] name="mcp-server-git" -version = "0.3.1" +version = "0.4.0" 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" diff --git a/src/sqlite/pyproject.toml b/src/sqlite/pyproject.toml index 5166a05b..23c61ecf 100644 --- a/src/sqlite/pyproject.toml +++ b/src/sqlite/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "mcp-server-sqlite" -version = "0.3.1" +version = "0.4.0" description = "A simple SQLite MCP server" readme = "README.md" requires-python = ">=3.11"