Skip to content

Commit 3de1fe2

Browse files
committed
Bump package version
1 parent c7fa824 commit 3de1fe2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[project]
22
name = "openai-agents-mcp"
3-
version = "0.0.3"
4-
description = "MCP (Model Context Protocol) extension for OpenAI Agents SDK"
3+
version = "0.0.5"
4+
description = "MCP (Model Context Protocol) extension for OpenAI Agents SDK, built using mcp-agent"
55
readme = "README.md"
66
requires-python = ">=3.10"
77
license = "MIT"
88
authors = [
99
{ name = "Sarmad Qadri", email = "[email protected]" },
1010
]
1111
dependencies = [
12-
"openai-agents>=0.0.4",
12+
"openai-agents>=0.0.5",
1313
"mcp-agent>=0.0.9",
1414
]
1515
classifiers = [

0 commit comments

Comments
 (0)