Bump up to v0.3.3 (#3129)

This commit is contained in:
Woosuk Kwon 2024-03-01 12:58:06 -08:00 committed by GitHub
parent c0c2335ce0
commit 82091b864a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,7 +8,7 @@ from vllm.entrypoints.llm import LLM
from vllm.outputs import CompletionOutput, RequestOutput
from vllm.sampling_params import SamplingParams
__version__ = "0.3.2"
__version__ = "0.3.3"
__all__ = [
"LLM",