From c4c195cdfe5a2b97bff534b3fb8f282820c1148a Mon Sep 17 00:00:00 2001 From: Lianmin Zheng Date: Tue, 19 Sep 2023 19:45:41 -0700 Subject: [PATCH] Release v0.2.29 (#2450) --- fastchat/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fastchat/__init__.py b/fastchat/__init__.py index 968391a2..4f6b515e 100644 --- a/fastchat/__init__.py +++ b/fastchat/__init__.py @@ -1 +1 @@ -__version__ = "0.2.28" +__version__ = "0.2.29" diff --git a/pyproject.toml b/pyproject.toml index c3ce5936..b7109f05 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "fschat" -version = "0.2.28" +version = "0.2.29" description = "An open platform for training, serving, and evaluating large language model based chatbots." readme = "README.md" requires-python = ">=3.8"