From a7eb75059467b01d2c9c803d4154f7aa4188a368 Mon Sep 17 00:00:00 2001 From: Lianmin Zheng Date: Sat, 9 Dec 2023 08:36:29 -0800 Subject: [PATCH] Update the version to 0.2.34 (#2793) --- fastchat/__init__.py | 2 +- pyproject.toml | 2 +- build-api.sh => scripts/build-api.sh | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename build-api.sh => scripts/build-api.sh (100%) diff --git a/fastchat/__init__.py b/fastchat/__init__.py index c4feccf55..1ee4e6355 100644 --- a/fastchat/__init__.py +++ b/fastchat/__init__.py @@ -1 +1 @@ -__version__ = "0.2.33" +__version__ = "0.2.34" diff --git a/pyproject.toml b/pyproject.toml index b6db03490..6124b5ab3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "fschat" -version = "0.2.33" +version = "0.2.34" description = "An open platform for training, serving, and evaluating large language model based chatbots." readme = "README.md" requires-python = ">=3.8" diff --git a/build-api.sh b/scripts/build-api.sh similarity index 100% rename from build-api.sh rename to scripts/build-api.sh