Skip to content

Commit 043957a

Browse files
⬆️ bump version
1 parent b363ae1 commit 043957a

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
[![PyPI version](https://img.shields.io/pypi/v/vllm-judge.svg)
22
](https://pypi.org/project/vllm-judge/)
3-
[![PyPI downloads](https://img.shields.io/pypi/dm/vllm-judge.svg)
4-
](https://pepy.tech/project/vllm-judge)
53

64
# vLLM Judge
75

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.1"
7+
version = "0.1.2"
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.1"
8+
__version__ = "0.1.2"
99

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

0 commit comments

Comments
 (0)