bump version to v0.6.1.post1 (#8440)
This commit is contained in:
parent
ba77527955
commit
acda0b35d0
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user