Skip to content

Commit 25b1cd0

Browse files
committed
bump version to v0.10.1rc2.dev+g1298c67
Signed-off-by: tjtanaavllm <tunjian.tan@amd.com>
1 parent 8b78e31 commit 25b1cd0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,7 @@ def get_vllm_version() -> str:
616616
version = get_version(write_to="vllm/_version.py")
617617
sep = "+" if "+" not in version else "." # dev versions might contain +
618618

619-
version = "0.10.0rc2.dev+g51ba839"
619+
version = "0.10.1rc2.dev+g1298c67"
620620
override_version(version)
621621
sep = ""
622622

0 commit comments

Comments
 (0)