Skip to content

Commit bbf3d52

Browse files
udpate version
1 parent 1c5f098 commit bbf3d52

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

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

0 commit comments

Comments
 (0)