Skip to content

Commit

Permalink
Bump version to v0.5.0 (vllm-project#5384)
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-mo authored and jimpang committed Jun 27, 2024
1 parent 9751605 commit a0b26ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vllm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from vllm.pooling_params import PoolingParams
from vllm.sampling_params import SamplingParams

__version__ = "0.4.3"
__version__ = "0.5.0"

__all__ = [
"LLM",
Expand Down

0 comments on commit a0b26ad

Please sign in to comment.