We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bae562 commit 3561acaCopy full SHA for 3561aca
3 files changed
CITATION.cff
@@ -6,7 +6,7 @@ authors:
6
- family-names: Vongthongsri
7
given-names: Kritin
8
title: deepteam
9
-version: 1.0.3
+version: 1.0.4
10
date-released: "2025-11-12"
11
url: https://confident-ai.com
12
repository-code: https://github.com/confident-ai/deepteam
deepteam/_version.py
@@ -1 +1 @@
1
-__version__: str = "1.0.3"
+__version__: str = "1.0.4"
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
2
name = "deepteam"
3
-version = "1.0.3"
+version = "1.0.4"
4
description = "The LLM Red Teaming Framework"
5
authors = ["Jeffrey Ip <jeffreyip@confident-ai.com>"]
license = "Apache-2.0"
0 commit comments