Skip to content

Commit 8d8357c

Browse files
authored
bump version to v0.4.2 (#4600)
1 parent 4302987 commit 8d8357c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/scripts/create_release.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module.exports = async (github, context, core) => {
88
generate_release_notes: true,
99
name: process.env.RELEASE_TAG,
1010
owner: context.repo.owner,
11-
prerelease: false,
11+
prerelease: true,
1212
repo: context.repo.repo,
1313
tag_name: process.env.RELEASE_TAG,
1414
});

vllm/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from vllm.outputs import CompletionOutput, RequestOutput
1010
from vllm.sampling_params import SamplingParams
1111

12-
__version__ = "0.4.1"
12+
__version__ = "0.4.2"
1313

1414
__all__ = [
1515
"LLM",

0 commit comments

Comments
 (0)