Bump version to v0.4.3 (#5046)

This commit is contained in:
Simon Mo 2024-05-30 13:13:46 -05:00 committed by GitHub
parent 429d89720e
commit 87a658c812
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.2"
__version__ = "0.4.3"
__all__ = [
"LLM",