Bump version of 0.4.1 (#4177)

This commit is contained in:
Simon Mo 2024-04-19 01:00:22 -07:00 committed by GitHub
parent d17c8477f1
commit 221d93ecbf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,7 @@ from vllm.model_executor.models import ModelRegistry
from vllm.outputs import CompletionOutput, RequestOutput
from vllm.sampling_params import SamplingParams
__version__ = "0.4.0.post1"
__version__ = "0.4.1"
__all__ = [
"LLM",