Skip to content

Commit 40cd767

Browse files
committed
Bump version to v1.2.0
1 parent 79200d3 commit 40cd767

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

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

55
[project]
66
name = "python-agent-harness"
7-
version = "0.1.0"
7+
version = "1.2.0"
88
description = "Python agent execution harness: agent loop, tools, plan/build modes, sessions"
99
readme = "README.md"
1010
requires-python = ">=3.11"

python_agent_harness/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from .mcp.manager import MCPManager
66
from .models import AgentMode, Message, ToolCall, ToolSpec
77

8-
__version__ = "0.1.0"
8+
__version__ = "1.2.0"
99

1010
__all__ = [
1111
"AgentSession",

0 commit comments

Comments
 (0)