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

This commit is contained in:
Simon Mo 2024-09-12 21:39:49 -07:00 committed by GitHub
parent ba77527955
commit acda0b35d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"