chore(lzwcai_demp_tool_server_dify_to_mcp_test): 更新包版本从0.1.0到0.1.1

- 更新pyproject.toml中的版本号从0.1.0到0.1.1
- 更新PKG-INFO中的版本号从0.1.0到0.1.1
- 保持包的描述信息不变
This commit is contained in:
2025-12-23 18:25:22 +08:00
parent 844c77a660
commit cfc00f649a
9 changed files with 1261 additions and 213 deletions

View File

@@ -1,6 +1,6 @@
Metadata-Version: 2.4
Name: lzwcai-demp-tool-server-dify-to-mcp-test
Version: 0.1.0
Version: 0.1.1
Summary: 这是一个Dify to MCP的集成工具通过Dify的API接口将Dify的模型部署到MCP平台并进行推理。
Requires-Python: >=3.10
Requires-Dist: httpx>=0.28.1

View File

@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "lzwcai-demp-tool-server-dify-to-mcp-test"
version = "0.1.0"
version = "0.1.1"
description = "这是一个Dify to MCP的集成工具通过Dify的API接口将Dify的模型部署到MCP平台并进行推理。"
requires-python = ">=3.10"
dependencies = [