Skip to content

Commit 316925f

Browse files
committed
infra: prepare for release 0.5.6 [generated] [skip ci]
Signed-off-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com>
1 parent db0e6df commit 316925f

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ This changelog is managed by towncrier and is compiled at release time.
1818

1919
<!-- towncrier release notes start -->
2020

21+
## [0.5.6](https://github.com/bentoml/openllm/tree/v0.5.6)
22+
No significant changes.
23+
24+
2125
## [0.5.5](https://github.com/bentoml/openllm/tree/v0.5.5)
2226
No significant changes.
2327

openllm-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bentoml/openllm-node",
3-
"version": "0.5.5",
3+
"version": "0.5.6",
44
"description": "NodeJS library for OpenLLM",
55
"type": "module",
66
"repository": {

openllm-python/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

openllm-python/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ classifiers = [
3939
]
4040
dependencies = [
4141
"bentoml[io]>=1.2.16",
42-
"openllm-client>=0.5.5",
43-
"openllm-core>=0.5.5",
42+
"openllm-client>=0.5.6",
43+
"openllm-core>=0.5.6",
4444
"safetensors",
4545
"vllm>=0.4.3",
4646
"ghapi",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bentoml/openllm-monorepo",
3-
"version": "0.5.5",
3+
"version": "0.5.6",
44
"description": "OpenLLM: Operating LLMs in production",
55
"author": "Aaron Pham <29749331+aarnphm@users.noreply.github.com>",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)