diff --git a/CHANGELOG.md b/CHANGELOG.md index 78e01469..98746cac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,10 @@ This changelog is managed by towncrier and is compiled at release time. +## [0.5.7](https://github.com/bentoml/openllm/tree/v0.5.7) +No significant changes. + + ## [0.5.6](https://github.com/bentoml/openllm/tree/v0.5.6) No significant changes. diff --git a/openllm-node/package.json b/openllm-node/package.json index 61030635..cc1b3166 100644 --- a/openllm-node/package.json +++ b/openllm-node/package.json @@ -1,6 +1,6 @@ { "name": "@bentoml/openllm-node", - "version": "0.5.6", + "version": "0.5.7", "description": "NodeJS library for OpenLLM", "type": "module", "repository": { diff --git a/openllm-python/CHANGELOG.md b/openllm-python/CHANGELOG.md index 78e01469..98746cac 100644 --- a/openllm-python/CHANGELOG.md +++ b/openllm-python/CHANGELOG.md @@ -18,6 +18,10 @@ This changelog is managed by towncrier and is compiled at release time. +## [0.5.7](https://github.com/bentoml/openllm/tree/v0.5.7) +No significant changes. + + ## [0.5.6](https://github.com/bentoml/openllm/tree/v0.5.6) No significant changes. diff --git a/openllm-python/pyproject.toml b/openllm-python/pyproject.toml index cc5d9a0c..ade860aa 100644 --- a/openllm-python/pyproject.toml +++ b/openllm-python/pyproject.toml @@ -39,8 +39,8 @@ classifiers = [ ] dependencies = [ "bentoml[io]>=1.2.16", - "openllm-client>=0.5.6", - "openllm-core>=0.5.6", + "openllm-client>=0.5.7", + "openllm-core>=0.5.7", "safetensors", "vllm>=0.4.3", "ghapi", diff --git a/package.json b/package.json index e6c97115..7e76c6b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bentoml/openllm-monorepo", - "version": "0.5.6", + "version": "0.5.7", "description": "OpenLLM: Operating LLMs in production", "author": "Aaron Pham <29749331+aarnphm@users.noreply.github.com>", "license": "Apache-2.0",