Skip to content

Commit a3f09a9

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/vllm_judge/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
via vLLM's OpenAI-compatible API.
66
"""
77

8-
__version__ = "0.1.6"
8+
__version__ = "0.1.7"
99

1010
from vllm_judge.judge import Judge
1111
from vllm_judge.models import (
@@ -137,4 +137,4 @@
137137
"MetricNotFoundError",
138138
"InvalidInputError",
139139
"RetryExhaustedError"
140-
]
140+
]

0 commit comments

Comments
 (0)