Skip to content

Commit 89d07d9

Browse files
committed
Bump version to 0.4.1
1 parent 2f413e7 commit 89d07d9

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "mcp-server-appwrite"
3-
version = "0.4"
3+
version = "0.4.1"
44
description = "MCP (Model Context Protocol) server for Appwrite"
55
readme = "README.md"
66
requires-python = ">=3.12"

server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
33
"name": "io.github.appwrite/mcp-for-api",
44
"description": "MCP (Model Context Protocol) server for Appwrite",
5-
"version": "0.4",
5+
"version": "0.4.1",
66
"repository": {
77
"url": "https://github.com/appwrite/mcp-for-api",
88
"source": "github"
99
},
1010
"packages": [
1111
{
12-
"version": "0.4",
12+
"version": "0.4.1",
1313
"registryType": "pypi",
1414
"identifier": "mcp-server-appwrite",
1515
"transport": {

src/mcp_server_appwrite/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
from .service import Service
3939
from .tool_manager import ToolManager
4040

41-
SERVER_VERSION = "0.4"
41+
SERVER_VERSION = "0.4.1"
4242

4343

4444
@dataclass(frozen=True)

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)