Skip to content

Commit 114332b

Browse files
authored
Bump version to v0.5.0 (#5384)
1 parent cb77ad8 commit 114332b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from vllm.pooling_params import PoolingParams
1313
from vllm.sampling_params import SamplingParams
1414

15-
__version__ = "0.4.3"
15+
__version__ = "0.5.0"
1616

1717
__all__ = [
1818
"LLM",

0 commit comments

Comments
 (0)