Skip to content

Commit c1f2092

Browse files
committed
bump version to 0.0.6
1 parent 158b8f8 commit c1f2092

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

server/mcp_server_vefaas_function/PUBLISHING_GUIDE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ python -m twine upload --repository testpypi dist/*
8181
然后从 TestPyPI 安装测试:
8282

8383
```bash
84-
pip install --index-url https://test.pypi.org/simple/ mcp-server-vefaas-function
84+
pip install --index-url https://test.pypi.org/simple/mcp-server-vefaas-function
8585
```
8686

8787
## 注意事项
@@ -92,4 +92,4 @@ pip install --index-url https://test.pypi.org/simple/ mcp-server-vefaas-function
9292
4. 确保代码质量,最好在发布前运行测试
9393
5. 保护好您的 PyPI 账号凭证
9494

95-
祝您发布顺利!
95+
祝您发布顺利!

server/mcp_server_vefaas_function/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ veFaaS MCP Server 提供创建、更新、发布 veFaaS 函数以及管理应用
2424
}
2525
}
2626
```
27-
如果github访问有问题,也可以用pypi源
27+
如果 github 访问有问题,也可以用 pypi 源
2828
```json
2929
{
3030
"mcpServers": {

server/mcp_server_vefaas_function/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-vefaas-function"
3-
version = "0.0.5"
3+
version = "0.0.6"
44
description = "MCP server for managing veFaaS (Volc Engine Function as a Service) functions"
55
readme = "README.md"
66
requires-python = ">=3.12"

0 commit comments

Comments
 (0)