We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c5f098 commit bbf3d52Copy full SHA for bbf3d52
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "vllm_judge"
7
-version = "0.1.2"
+version = "0.1.3"
8
description = "LLM-as-a-Judge evaluations for vLLM hosted models"
9
readme = "README.md"
10
authors = [
src/vllm_judge/__init__.py
@@ -5,7 +5,7 @@
via vLLM's OpenAI-compatible API.
"""
-__version__ = "0.1.2"
+__version__ = "0.1.3"
from vllm_judge.judge import Judge
11
from vllm_judge.models import (
0 commit comments