Skip to content

Commit fb8cd6e

Browse files
simon-mogarg-amit
authored andcommitted
bump version to v0.6.1.post1 (vllm-project#8440)
Signed-off-by: Amit Garg <[email protected]>
1 parent 6d5f52f commit fb8cd6e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

vllm/version.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22

33
try:
44
import vllm.commit_id
5+
56
__commit__ = vllm.commit_id.__commit__
67
except Exception as e:
78
warnings.warn(f"Failed to read commit hash:\n{e}",
89
RuntimeWarning,
910
stacklevel=2)
1011
__commit__ = "COMMIT_HASH_PLACEHOLDER"
1112

12-
__version__ = "0.6.1"
13+
__version__ = "0.6.1.post1"

0 commit comments

Comments
 (0)