Skip to content

Commit 00897e2

Browse files
committed
Bump version to 0.10.0
1 parent 5e6f4f9 commit 00897e2

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.9.1" # Patch: Windows compatibility fixes for config module (line endings + permissions)
7+
version = "0.10.0" # Minor: Phase 12 completion - test coverage expansion, code duplication reduction, decorator migration, comprehensive documentation
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.9.1"
10+
__version__ = "0.10.0"
1111

1212
# Import migrated modules
1313
from . import (

0 commit comments

Comments
 (0)