Skip to content

Commit 544cc41

Browse files
committed
(chore): bump version to 0.8.2
1 parent ba0b18e commit 544cc41

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.1"
3+
version = "0.8.2"
44
description = "MCP (Model Context Protocol) server for Appwrite"
55
readme = "README.md"
66
requires-python = ">=3.12"

src/mcp_server_appwrite/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
# --- server ---------------------------------------------------------------
1616

17-
SERVER_VERSION = "0.8.1"
17+
SERVER_VERSION = "0.8.2"
1818

1919
DEFAULT_ENDPOINT = "https://cloud.appwrite.io/v1"
2020
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)