Skip to content

Commit 4f758ae

Browse files
authored
Update pyproject.toml
1 parent 46b6a47 commit 4f758ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[tool.poetry]
22
name = "quotientai"
3-
version = "0.3.3"
3+
version = "0.3.4"
44
authors = [
55
"Freddie Vargus <[email protected]>",
66
"Michael Goitia Sarmiento <[email protected]>",
77
]
8-
description = "CLI for evaluating large language models with Quotient"
8+
description = "Python library for tracing, logging, and detecting problems with AI Agents"
99
readme = "README.md"
10-
keywords = ["quotient", "evaluation", "llms", "machine learning", "ai", "logging", "hallucinations"]
10+
keywords = ["quotient", "evaluation", "llms", "machine learning", "ai", "logging", "tracing", "hallucinations"]
1111
license = "Apache-2.0"
1212
classifiers = [
1313
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)