Skip to content

Commit b57c528

Browse files
committed
chore: bump version to 0.8.1
1 parent 555ced1 commit b57c528

3 files changed

Lines changed: 3 additions & 3 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.8.0"
3+
version = "0.8.1"
44
description = "MCP (Model Context Protocol) server for Appwrite"
55
readme = "README.md"
66
requires-python = ">=3.12"

src/mcp_server_appwrite/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
from .service import Service
4646
from .tool_manager import ToolManager
4747

48-
SERVER_VERSION = "0.8.0"
48+
SERVER_VERSION = "0.8.1"
4949

5050
DEFAULT_ENDPOINT = "https://cloud.appwrite.io/v1"
5151
DEFAULT_TRANSPORT = "stdio"

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)