Skip to content

Commit 3fb42da

Browse files
Merge pull request #13 from trustyai-explainability/release-0.1.8
Release 0.1.8
2 parents 2f42df2 + f1c12ff commit 3fb42da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
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.7"
7+
version = "0.1.8"
88
description = "LLM-as-a-Judge evaluations for vLLM hosted models"
99
readme = "README.md"
1010
authors = [

src/vllm_judge/__init__.py

Lines changed: 1 addition & 1 deletion
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.7"
8+
__version__ = "0.1.8"
99

1010
from vllm_judge.judge import Judge
1111
from vllm_judge.models import (

0 commit comments

Comments
 (0)