diff --git a/CHANGELOG.md b/CHANGELOG.md index e5afcb14..699d3a8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,10 @@ This changelog is managed by towncrier and is compiled at release time. +## [0.4.20](https://github.com/bentoml/openllm/tree/v0.4.20) +No significant changes. + + ## [0.4.19](https://github.com/bentoml/openllm/tree/v0.4.19) No significant changes. diff --git a/openllm-node/package.json b/openllm-node/package.json index c39ef3c6..6a2f5299 100644 --- a/openllm-node/package.json +++ b/openllm-node/package.json @@ -1,6 +1,6 @@ { "name": "@bentoml/openllm-node", - "version": "0.4.20.dev0", + "version": "0.4.20", "description": "NodeJS library for OpenLLM", "type": "module", "repository": { diff --git a/openllm-python/CHANGELOG.md b/openllm-python/CHANGELOG.md index e5afcb14..699d3a8d 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.4.20](https://github.com/bentoml/openllm/tree/v0.4.20) +No significant changes. + + ## [0.4.19](https://github.com/bentoml/openllm/tree/v0.4.19) No significant changes. diff --git a/openllm-python/pyproject.toml b/openllm-python/pyproject.toml index 3cd45fad..faaa22eb 100644 --- a/openllm-python/pyproject.toml +++ b/openllm-python/pyproject.toml @@ -40,8 +40,8 @@ classifiers = [ dependencies = [ "bentoml[io]>=1.1.10", "transformers[torch,tokenizers]>=4.35.0", - "openllm-client>=0.4.19", - "openllm-core>=0.4.19", + "openllm-client>=0.4.20", + "openllm-core>=0.4.20", "safetensors", "optimum>=1.12.0", "accelerate", diff --git a/package.json b/package.json index 37ea4004..f79bbe6c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bentoml/openllm-monorepo", - "version": "0.4.20.dev0", + "version": "0.4.20", "description": "OpenLLM: Operating LLMs in production", "author": "Aaron Pham <29749331+aarnphm@users.noreply.github.com>", "license": "Apache-2.0",