From 16118dd28f3ed7b42af70d45caebf7540ca475e7 Mon Sep 17 00:00:00 2001 From: Aaron Pham <29749331+aarnphm@users.noreply.github.com> Date: Fri, 21 Jul 2023 00:46:36 +0000 Subject: [PATCH] infra: prepare for release 0.2.2 [generated] Signed-off-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com> --- CHANGELOG.md | 4 ++++ package.json | 2 +- src/openllm/__about__.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 320d1912..e33b325a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,10 @@ This changelog is managed by towncrier and is compiled at release time. +## [0.2.2](https://github.com/bentoml/openllm/tree/v0.2.2) +No significant changes. + + ## [0.2.1](https://github.com/bentoml/openllm/tree/v0.2.1) No significant changes. diff --git a/package.json b/package.json index 8397be08..0931e882 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openllm", - "version": "0.2.2.dev0", + "version": "0.2.2", "description": "OpenLLM: Your one stop-and-go solution for serving Large Language Model", "repository": "git@github.com:llmsys/OpenLLM.git", "author": "Aaron Pham <29749331+aarnphm@users.noreply.github.com>", diff --git a/src/openllm/__about__.py b/src/openllm/__about__.py index a7e3ad4a..c1e592a0 100644 --- a/src/openllm/__about__.py +++ b/src/openllm/__about__.py @@ -11,4 +11,4 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.2.2.dev0" +__version__ = "0.2.2"