From 77af72ed2ac3ae3be724391b92f81833589fe7ff Mon Sep 17 00:00:00 2001 From: Aaron Pham <29749331+aarnphm@users.noreply.github.com> Date: Sun, 26 Nov 2023 23:49:04 +0000 Subject: [PATCH] infra: prepare for release 0.4.31 [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 67a8de97..9d097bb0 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.31](https://github.com/bentoml/openllm/tree/v0.4.31) +No significant changes. + + ## [0.4.30](https://github.com/bentoml/openllm/tree/v0.4.30) No significant changes. diff --git a/openllm-node/package.json b/openllm-node/package.json index 53d71592..dc621582 100644 --- a/openllm-node/package.json +++ b/openllm-node/package.json @@ -1,6 +1,6 @@ { "name": "@bentoml/openllm-node", - "version": "0.4.31.dev0", + "version": "0.4.31", "description": "NodeJS library for OpenLLM", "type": "module", "repository": { diff --git a/openllm-python/CHANGELOG.md b/openllm-python/CHANGELOG.md index 67a8de97..9d097bb0 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.31](https://github.com/bentoml/openllm/tree/v0.4.31) +No significant changes. + + ## [0.4.30](https://github.com/bentoml/openllm/tree/v0.4.30) No significant changes. diff --git a/openllm-python/pyproject.toml b/openllm-python/pyproject.toml index f5a0eea5..c8625525 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.30", - "openllm-core>=0.4.30", + "openllm-client>=0.4.31", + "openllm-core>=0.4.31", "safetensors", "optimum>=1.12.0", "accelerate", diff --git a/package.json b/package.json index c42948a4..68977a53 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bentoml/openllm-monorepo", - "version": "0.4.31.dev0", + "version": "0.4.31", "description": "OpenLLM: Operating LLMs in production", "author": "Aaron Pham <29749331+aarnphm@users.noreply.github.com>", "license": "Apache-2.0",