Skip to content

Commit 221d93e

Browse files
authored
Bump version of 0.4.1 (#4177)
1 parent d17c847 commit 221d93e

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.0.post1"
12+
__version__ = "0.4.1"
1313

1414
__all__ = [
1515
"LLM",

0 commit comments

Comments
 (0)