"vscode:/vscode.git/clone" did not exist on "c2bcb0abd68bd17db84048c5506cc30c323e8720"
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) => {
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,
});
......
......@@ -9,7 +9,7 @@ from vllm.model_executor.models import ModelRegistry
from vllm.outputs import CompletionOutput, RequestOutput
from vllm.sampling_params import SamplingParams
__version__ = "0.4.1"
__version__ = "0.4.2"
__all__ = [
"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