From 162458ffe61f7da475aae8d2af031b4bf3756ee6 Mon Sep 17 00:00:00 2001 From: Aaron Pham <29749331+aarnphm@users.noreply.github.com> Date: Thu, 30 May 2024 21:30:21 +0000 Subject: [PATCH] infra: prepare for release 0.5.3 [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 8425081d..8abfd356 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.3](https://github.com/bentoml/openllm/tree/v0.5.3) +No significant changes. + + ## [0.5.2](https://github.com/bentoml/openllm/tree/v0.5.2) No significant changes. diff --git a/openllm-node/package.json b/openllm-node/package.json index bb6cd362..4758e014 100644 --- a/openllm-node/package.json +++ b/openllm-node/package.json @@ -1,6 +1,6 @@ { "name": "@bentoml/openllm-node", - "version": "0.5.2", + "version": "0.5.3", "description": "NodeJS library for OpenLLM", "type": "module", "repository": { diff --git a/openllm-python/CHANGELOG.md b/openllm-python/CHANGELOG.md index 8425081d..8abfd356 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.3](https://github.com/bentoml/openllm/tree/v0.5.3) +No significant changes. + + ## [0.5.2](https://github.com/bentoml/openllm/tree/v0.5.2) No significant changes. diff --git a/openllm-python/pyproject.toml b/openllm-python/pyproject.toml index ca31be92..a2026281 100644 --- a/openllm-python/pyproject.toml +++ b/openllm-python/pyproject.toml @@ -40,8 +40,8 @@ classifiers = [ dependencies = [ "bentoml[io]>=1.2.16", "transformers[torch,tokenizers]>=4.36.0", - "openllm-client>=0.5.2", - "openllm-core>=0.5.2", + "openllm-client>=0.5.3", + "openllm-core>=0.5.3", "safetensors", "vllm>=0.4.2", "optimum>=1.12.0", diff --git a/package.json b/package.json index 5c80aefc..9f8122c8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bentoml/openllm-monorepo", - "version": "0.5.2", + "version": "0.5.3", "description": "OpenLLM: Operating LLMs in production", "author": "Aaron Pham <29749331+aarnphm@users.noreply.github.com>", "license": "Apache-2.0",