Skip to content

Commit

Permalink
infra: prepare for release 0.5.5 [generated] [skip ci]
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Pham <[email protected]>
  • Loading branch information
aarnphm committed Jun 3, 2024
1 parent fe17a23 commit 10a6030
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ This changelog is managed by towncrier and is compiled at release time.

<!-- towncrier release notes start -->

## [0.5.5](https://github.com/bentoml/openllm/tree/v0.5.5)
No significant changes.


## [0.5.4](https://github.com/bentoml/openllm/tree/v0.5.4)
No significant changes.

Expand Down
2 changes: 1 addition & 1 deletion openllm-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bentoml/openllm-node",
"version": "0.5.4",
"version": "0.5.5",
"description": "NodeJS library for OpenLLM",
"type": "module",
"repository": {
Expand Down
4 changes: 4 additions & 0 deletions openllm-python/CHANGELOG.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions openllm-python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ classifiers = [
]
dependencies = [
"bentoml[io]>=1.2.16",
"openllm-client>=0.5.4",
"openllm-core>=0.5.4",
"openllm-client>=0.5.5",
"openllm-core>=0.5.5",
"safetensors",
"vllm>=0.4.3",
"ghapi",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bentoml/openllm-monorepo",
"version": "0.5.4",
"version": "0.5.5",
"description": "OpenLLM: Operating LLMs in production",
"author": "Aaron Pham <[email protected]>",
"license": "Apache-2.0",
Expand Down

0 comments on commit 10a6030

Please sign in to comment.