Skip to content

Commit ba35422

Browse files
committed
bump
1 parent 32f2246 commit ba35422

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/git/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name="mcp-server-git"
3-
version = "0.3.1"
3+
version = "0.4.0"
44
description = "A Model Context Protocol server providing tools to read, search, and manipulate Git repositories programmatically via LLMs"
55
readme = "README.md"
66
requires-python = ">=3.10"

src/sqlite/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "mcp-server-sqlite"
3-
version = "0.3.1"
3+
version = "0.4.0"
44
description = "A simple SQLite MCP server"
55
readme = "README.md"
66
requires-python = ">=3.11"

0 commit comments

Comments
 (0)