Skip to content

Commit a67be18

Browse files
committed
Bump version to 1.1.0
1 parent be13a37 commit a67be18

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.3"
7+
version = "1.1.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__ = "1.0.3"
7+
__version__ = "1.1.0"
88

99
# Modular structure
1010
from . import (

0 commit comments

Comments
 (0)