Skip to content

Commit

Permalink
bump version to v0.4.2 (#4600)
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-mo committed May 5, 2024
1 parent 4302987 commit 8d8357c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/scripts/create_release.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module.exports = async (github, context, core) => {
generate_release_notes: true,
name: process.env.RELEASE_TAG,
owner: context.repo.owner,
prerelease: false,
prerelease: true,
repo: context.repo.repo,
tag_name: process.env.RELEASE_TAG,
});
Expand Down
2 changes: 1 addition & 1 deletion vllm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from vllm.outputs import CompletionOutput, RequestOutput
from vllm.sampling_params import SamplingParams

__version__ = "0.4.1"
__version__ = "0.4.2"

__all__ = [
"LLM",
Expand Down

0 comments on commit 8d8357c

Please sign in to comment.