Skip to content

Commit 665a667

Browse files
bump version to v0.1.7
1 parent 7e24077 commit 665a667

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

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

55
[project]
66
name = "vllm_judge"
7-
version = "0.1.6"
7+
version = "0.1.7"
88
description = "LLM-as-a-Judge evaluations for vLLM hosted models"
99
readme = "README.md"
1010
authors = [
@@ -158,4 +158,4 @@ ignore = [
158158
"__init__.py" = ["F401"]
159159

160160
[tool.ruff.isort]
161-
known-third-party = ["httpx", "pydantic", "tenacity"]
161+
known-third-party = ["httpx", "pydantic", "tenacity"]

0 commit comments

Comments
 (0)