Skip to content

Commit fa18560

Browse files
committed
chore: Bump version to 0.4.0
1 parent a799fc0 commit fa18560

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

55
[project]
66
name = "agentevalkit"
7-
version = "0.3.0"
7+
version = "0.4.0"
88
description = "Testing and evaluation framework for AI agents"
99
readme = "README.md"
1010
license = {text = "MIT"}

src/agenteval/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""AgentEval — Testing and evaluation framework for AI agents."""
22

3-
__version__ = "0.3.0"
3+
__version__ = "0.4.0"

0 commit comments

Comments
 (0)