Skip to content

Commit 791d79d

Browse files
authored
Bump up the version to v0.1.4 (#846)
1 parent 94d2f59 commit 791d79d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from vllm.outputs import CompletionOutput, RequestOutput
99
from vllm.sampling_params import SamplingParams
1010

11-
__version__ = "0.1.3"
11+
__version__ = "0.1.4"
1212

1313
__all__ = [
1414
"LLM",

0 commit comments

Comments
 (0)