Skip to content

Commit 83658c8

Browse files
authored
Bump up version to 0.1.1 (#204)
1 parent 1d24ccb commit 83658c8

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
@@ -6,7 +6,7 @@
66
from vllm.outputs import CompletionOutput, RequestOutput
77
from vllm.sampling_params import SamplingParams
88

9-
__version__ = "0.1.0"
9+
__version__ = "0.1.1"
1010

1111
__all__ = [
1212
"LLM",

0 commit comments

Comments
 (0)