Unverified Commit acda0b35 authored by Simon Mo's avatar Simon Mo Committed by GitHub
Browse files

bump version to v0.6.1.post1 (#8440)

parent ba775279
......@@ -2,6 +2,7 @@ import warnings
try:
import vllm.commit_id
__commit__ = vllm.commit_id.__commit__
except Exception as e:
warnings.warn(f"Failed to read commit hash:\n{e}",
......@@ -9,4 +10,4 @@ except Exception as e:
stacklevel=2)
__commit__ = "COMMIT_HASH_PLACEHOLDER"
__version__ = "0.6.1"
__version__ = "0.6.1.post1"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment