Skip to content

Commit e733d83

Browse files
committed
# release v0.3.0
1 parent 8be5b00 commit e733d83

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

sdk/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "openagentio"
7-
version = "0.2.3"
7+
version = "0.3.0"
88
description = "Python SDK for OpenAgentIO — Bridgeable runtime bus connecting MCP tools, Matrix events, and streaming agents."
99
readme = "README.md"
1010
requires-python = ">=3.11"

sdk/python/src/openagentio/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ async def echo(env):
155155
except ImportError:
156156
pass
157157

158-
__version__ = "0.2.3"
158+
__version__ = "0.3.0"
159159

160160
__all__ = [
161161
"__version__",

0 commit comments

Comments
 (0)