Skip to content

Commit

Permalink
bump version to v0.6.1.post1 (#8440)
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-mo authored Sep 13, 2024
1 parent ba77527 commit acda0b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vllm/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@

try:
import vllm.commit_id

__commit__ = vllm.commit_id.__commit__
except Exception as e:
warnings.warn(f"Failed to read commit hash:\n{e}",
RuntimeWarning,
stacklevel=2)
__commit__ = "COMMIT_HASH_PLACEHOLDER"

__version__ = "0.6.1"
__version__ = "0.6.1.post1"

0 comments on commit acda0b3

Please sign in to comment.