From fe44c843ecc2a88c9889094067774884ab2f7888 Mon Sep 17 00:00:00 2001 From: Aaron Pham <29749331+aarnphm@users.noreply.github.com> Date: Mon, 5 Feb 2024 10:48:05 +0000 Subject: [PATCH] infra: prepare for release 0.4.43 [generated] [skip ci] Signed-off-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com> --- CHANGELOG.md | 4 ++++ openllm-node/package.json | 2 +- openllm-python/CHANGELOG.md | 4 ++++ openllm-python/pyproject.toml | 4 ++-- package.json | 2 +- 5 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92bc3019e..a9ba39aa6 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.43](https://github.com/bentoml/openllm/tree/v0.4.43) +No significant changes. + + ## [0.4.42](https://github.com/bentoml/openllm/tree/v0.4.42) ### Changes diff --git a/openllm-node/package.json b/openllm-node/package.json index 90f685f87..4f6fe1f26 100644 --- a/openllm-node/package.json +++ b/openllm-node/package.json @@ -1,6 +1,6 @@ { "name": "@bentoml/openllm-node", - "version": "0.4.43.dev0", + "version": "0.4.43", "description": "NodeJS library for OpenLLM", "type": "module", "repository": { diff --git a/openllm-python/CHANGELOG.md b/openllm-python/CHANGELOG.md index 92bc3019e..a9ba39aa6 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.43](https://github.com/bentoml/openllm/tree/v0.4.43) +No significant changes. + + ## [0.4.42](https://github.com/bentoml/openllm/tree/v0.4.42) ### Changes diff --git a/openllm-python/pyproject.toml b/openllm-python/pyproject.toml index d400b2740..c56995aee 100644 --- a/openllm-python/pyproject.toml +++ b/openllm-python/pyproject.toml @@ -40,8 +40,8 @@ classifiers = [ dependencies = [ "bentoml[io]>=1.1.11,<1.2", "transformers[torch,tokenizers]>=4.36.0", - "openllm-client>=0.4.42", - "openllm-core>=0.4.42", + "openllm-client>=0.4.43", + "openllm-core>=0.4.43", "safetensors", "optimum>=1.12.0", "accelerate", diff --git a/package.json b/package.json index 41375efed..6075e43dc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bentoml/openllm-monorepo", - "version": "0.4.43.dev0", + "version": "0.4.43", "description": "OpenLLM: Operating LLMs in production", "author": "Aaron Pham <29749331+aarnphm@users.noreply.github.com>", "license": "Apache-2.0",