We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d05f965 commit ce6a763Copy full SHA for ce6a763
CITATION.cff
@@ -6,8 +6,8 @@ authors:
6
- family-names: Vongthongsri
7
given-names: Kritin
8
title: deepeval
9
-version: 2.9.7
10
-date-released: "2025-05-15"
+version: 3.0.0
+date-released: "2025-05-28"
11
url: https://confident-ai.com
12
repository-code: https://github.com/confident-ai/deepeval
13
license: Apache-2.0
deepeval/_version.py
@@ -1 +1 @@
1
-__version__: str = "2.9.7"
+__version__: str = "3.0.0"
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
2
name = "deepeval"
3
-version = "2.9.7"
+version = "3.0.0"
4
description = "The LLM Evaluation Framework"
5
authors = ["Jeffrey Ip <[email protected]>"]
license = "Apache-2.0"
0 commit comments