Skip to content

Commit 4db5176

Browse files
authored
bump version to v0.5.4 (#7139)
1 parent 4cf1dc3 commit 4db5176

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/getting_started/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ You can install vLLM using pip:
4848

4949
.. code-block:: console
5050
51-
$ export VLLM_VERSION=0.5.2 # vLLM's main branch version is currently set to latest released tag
51+
$ export VLLM_VERSION=0.5.4 # vLLM's main branch version is currently set to latest released tag
5252
$ pip install https://vllm-wheels.s3.us-west-2.amazonaws.com/nightly/vllm-${VLLM_VERSION}-cp38-abi3-manylinux1_x86_64.whl
5353
$ # You can also access a specific commit
5454
$ # export VLLM_COMMIT=...

vllm/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
stacklevel=2)
1010
__commit__ = "COMMIT_HASH_PLACEHOLDER"
1111

12-
__version__ = "0.5.3.post1"
12+
__version__ = "0.5.4"

0 commit comments

Comments
 (0)