Skip to content

Commit bd1261a

Browse files
authored
Update pyproject.toml version
1 parent 9b41114 commit bd1261a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pyproject.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "judges"
7-
version = "0.0.4"
7+
version = "0.0.5"
88
authors = [
99
{name = "Freddie Vargus", email = "freddie@quotientai.co"},
1010
{name = "James Liounis", email = "james@quotientai.co"},
1111
]
12-
description = "A small library for off-the-shelf LLMs as judges."
12+
description = "A small library of research-backed LLM judges"
1313
dependencies = [
1414
"openai == 1.57.4",
1515
]
@@ -36,8 +36,6 @@ dev = [
3636
"openai-responses==0.11.2",
3737
]
3838

39-
40-
4139
[tool.setuptools.packages.find]
4240
include = ["judges*"]
4341
exclude = ["tests*"]

0 commit comments

Comments
 (0)