"vllm/vscode:/vscode.git/clone" did not exist on "0d310ffbebe588972fb57b84b3ce564c0222ef4e"
Unverified Commit 8d8357c8 authored by Simon Mo's avatar Simon Mo Committed by GitHub
Browse files

bump version to v0.4.2 (#4600)

parent 43029870
...@@ -8,7 +8,7 @@ module.exports = async (github, context, core) => { ...@@ -8,7 +8,7 @@ module.exports = async (github, context, core) => {
generate_release_notes: true, generate_release_notes: true,
name: process.env.RELEASE_TAG, name: process.env.RELEASE_TAG,
owner: context.repo.owner, owner: context.repo.owner,
prerelease: false, prerelease: true,
repo: context.repo.repo, repo: context.repo.repo,
tag_name: process.env.RELEASE_TAG, tag_name: process.env.RELEASE_TAG,
}); });
......
...@@ -9,7 +9,7 @@ from vllm.model_executor.models import ModelRegistry ...@@ -9,7 +9,7 @@ from vllm.model_executor.models import ModelRegistry
from vllm.outputs import CompletionOutput, RequestOutput from vllm.outputs import CompletionOutput, RequestOutput
from vllm.sampling_params import SamplingParams from vllm.sampling_params import SamplingParams
__version__ = "0.4.1" __version__ = "0.4.2"
__all__ = [ __all__ = [
"LLM", "LLM",
......
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