Skip to content

Commit b3b6c58

Browse files
jwesleyeclaude
andcommitted
Bump version to 1.0.0
🎉 Major Release: v1.0.0 This release marks the first stable version of basic-open-agent-tools. Key highlights: - 20 complete modules with 326 foundational tools - Full Google ADK and agent framework compatibility - 74% test coverage with 1378 passing tests - 100% ruff and mypy compliance - Task persistence feature (save/load from files) - Stable API with semantic versioning commitment 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 39e883f commit b3b6c58

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 = "basic-open-agent-tools"
7-
version = "0.15.1"
7+
version = "1.0.0"
88
description = "An open foundational toolkit providing essential components for building AI agents with minimal dependencies for local (non-HTTP/API) actions."
99
readme = "README.md"
1010
requires-python = ">=3.9"

src/basic_open_agent_tools/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
with minimal dependencies for local (non-HTTP/API) actions.
55
"""
66

7-
__version__ = "0.15.1"
7+
__version__ = "1.0.0"
88

99
# Modular structure
1010
from . import (

0 commit comments

Comments
 (0)