Skip to content

Commit b38d0ba

Browse files
jwesleyeclaude
andcommitted
Bump version to 1.0.2
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent ca52df5 commit b38d0ba

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 = "1.0.1"
7+
version = "1.0.2"
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__ = "1.0.1"
7+
__version__ = "1.0.2"
88

99
# Modular structure
1010
from . import (

0 commit comments

Comments
 (0)