Skip to content

Commit f1122c3

Browse files
committed
new release
1 parent da79af8 commit f1122c3

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors:
66
- family-names: Vongthongsri
77
given-names: Kritin
88
title: deepeval
9-
version: 2.6.4
9+
version: 2.6.5
1010
date-released: "2025-03-17"
1111
url: https://confident-ai.com
1212
repository-code: https://github.com/confident-ai/deepeval

deepeval/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__: str = "2.6.4"
1+
__version__: str = "2.6.5"

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
[tool.poetry]
22
name = "deepeval"
3-
version = "2.6.4"
3+
version = "2.6.5"
44
description = "The LLM Evaluation Framework"
55
authors = ["Jeffrey Ip <[email protected]>"]
66
license = "Apache-2.0"
77
readme = "README.md"
88
repository = "https://github.com/confident-ai/deepeval"
99
documentation = "https://docs.confident-ai.com"
10+
exclude = ["tests/*"]
1011

1112
[tool.poetry.scripts]
1213
deepeval = 'deepeval.cli.main:app'

0 commit comments

Comments
 (0)