Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/eva/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
End-to-end evaluation framework for voice assistants using Pipecat and ElevenLabs.
"""

__version__ = "0.1.5"
__version__ = "2.0.0"

# Bump simulation_version when changes affect benchmark outputs (agent code,
# user simulator, orchestrator, simulation prompts, agent configs, tool mocks).
simulation_version = "0.1.5"
simulation_version = "2.0.0"

# Bump metrics_version when changes affect metric computation (metrics code,
# judge prompts, pricing tables, postprocessor).
metrics_version = "0.1.7"
metrics_version = "2.0.0"
Loading