Skip to content

Commit 7481c87

Browse files
committed
Bump version to 0.7.1
1 parent 521e938 commit 7481c87

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:__legacy__"
44

55
[project]
66
name = "coding-open-agent-tools"
7-
version = "0.7.0" # Phase 2 complete: C# and Ruby navigation (8 languages, 258 unique tools)
7+
version = "0.7.1" # Hotfix: 100% test pass rate (1096/1096), complete navigation API compatibility
88
description = "Advanced code generation and shell scripting toolkit for AI agents, complementing basic-open-agent-tools with development-focused capabilities."
99
readme = "README.md"
1010
requires-python = ">=3.9"

src/coding_open_agent_tools/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
automation capabilities designed specifically for AI agents.
88
"""
99

10-
__version__ = "0.7.0"
10+
__version__ = "0.7.1"
1111

1212
# Import migrated modules
1313
from . import (

0 commit comments

Comments
 (0)