Bump up the version to v0.2.1 (#1355)

This commit is contained in:
Zhuohan Li 2023-10-16 12:58:57 -07:00 committed by GitHub
parent d3a5bd9fb7
commit 651c614aa4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,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.2.0" __version__ = "0.2.1"
__all__ = [ __all__ = [
"LLM", "LLM",