Unverified Commit 83658c8a authored by Zhuohan Li's avatar Zhuohan Li Committed by GitHub
Browse files

Bump up version to 0.1.1 (#204)

parent 1d24ccb9
...@@ -6,7 +6,7 @@ from vllm.entrypoints.llm import LLM ...@@ -6,7 +6,7 @@ from vllm.entrypoints.llm import LLM
from vllm.outputs import CompletionOutput, RequestOutput from vllm.outputs import CompletionOutput, RequestOutput
from vllm.sampling_params import SamplingParams from vllm.sampling_params import SamplingParams
__version__ = "0.1.0" __version__ = "0.1.1"
__all__ = [ __all__ = [
"LLM", "LLM",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment