Bump version to v0.5.0 (#5384)

This commit is contained in:
Simon Mo 2024-06-10 17:56:06 -05:00 committed by GitHub
parent cb77ad836f
commit 114332b88e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@ from vllm.outputs import (CompletionOutput, EmbeddingOutput,
from vllm.pooling_params import PoolingParams
from vllm.sampling_params import SamplingParams
__version__ = "0.4.3"
__version__ = "0.5.0"
__all__ = [
"LLM",