Skip to content

Commit 6585afd

Browse files
committed
Bump project version to 0.2.4 and update claude-autoapprove dependency to 0.2.4 in pyproject.toml
1 parent 3f584f1 commit 6585afd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[project]
22
name = "claude-autoapprove-mcp"
3-
version = "0.2.3"
3+
version = "0.2.4"
44
description = "An MCP server to inject auto-approve MCP functionality into Claude Desktop"
55
authors = [{ name = "PYNESYS LLC" }]
66
readme = "README.md"
77
requires-python = ">=3.11"
88
license = { text = "MIT" }
99

1010
dependencies = [
11-
"claude-autoapprove==0.2.3",
11+
"claude-autoapprove==0.2.4",
1212
"fastmcp>=2.2.0, <3.0.0",
1313
"psutil>=7.0.0",
1414
]

0 commit comments

Comments
 (0)