Skip to content

Commit

Permalink
Bump version to v0.4.3 (#5046)
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-mo authored May 30, 2024
1 parent 429d897 commit 87a658c
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.2"
__version__ = "0.4.3"

__all__ = [
"LLM",
Expand Down

0 comments on commit 87a658c

Please sign in to comment.