Skip to content

Commit acda0b3

Browse files
authored
bump version to v0.6.1.post1 (#8440)
1 parent ba77527 commit acda0b3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

vllm/version.py

Lines changed: 2 additions & 1 deletion
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)