Skip to content

Commit

Permalink
new release
Browse files Browse the repository at this point in the history
  • Loading branch information
penguine-ip committed Nov 14, 2023
1 parent 603b0be commit 727fdb3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deepeval/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__: str = "0.20.17"
__version__: str = "0.20.18"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "deepeval"
version = "0.20.17"
version = "0.20.18"
description = "The Evaluation Framework for LLMs"
authors = ["Jeffrey Ip <[email protected]>"]
license = "Apache-2.0"
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
"pandas",
"pydantic", # loosen pydantic requirements as we support multiple
"sentry-sdk",
"pytest-xdist",
"portalocker"
],
extras_require={
"bias": [
Expand Down

0 comments on commit 727fdb3

Please sign in to comment.