We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a799fc0 commit fa18560Copy full SHA for fa18560
2 files changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "agentevalkit"
7
-version = "0.3.0"
+version = "0.4.0"
8
description = "Testing and evaluation framework for AI agents"
9
readme = "README.md"
10
license = {text = "MIT"}
src/agenteval/__init__.py
@@ -1,3 +1,3 @@
1
"""AgentEval — Testing and evaluation framework for AI agents."""
2
3
-__version__ = "0.3.0"
+__version__ = "0.4.0"
0 commit comments