Skip to content
This repository was archived by the owner on Sep 4, 2025. It is now read-only.

Commit 52b5bcb

Browse files
simon-mojoerunde
authored andcommitted
bump version to v0.4.2 (vllm-project#4600)
1 parent ac5ccb6 commit 52b5bcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from vllm.outputs import CompletionOutput, RequestOutput
1010
from vllm.sampling_params import SamplingParams
1111

12-
__version__ = "0.4.1"
12+
__version__ = "0.4.2"
1313

1414
__all__ = [
1515
"LLM",

0 commit comments

Comments
 (0)