From 36b62e7981304e89c055c896a376b42909c45544 Mon Sep 17 00:00:00 2001 From: glide-the <2533736852@qq.com> Date: Wed, 12 Jun 2024 18:09:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- libs/chatchat-server/pyproject.toml | 2 +- libs/model-providers/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/chatchat-server/pyproject.toml b/libs/chatchat-server/pyproject.toml index 985adc3a..b52e9bf5 100644 --- a/libs/chatchat-server/pyproject.toml +++ b/libs/chatchat-server/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-chatchat" -version = "0.3.0.20240611" +version = "0.3.0.20240612" description = "" authors = ["chatchat"] readme = "README.md" diff --git a/libs/model-providers/pyproject.toml b/libs/model-providers/pyproject.toml index 6b5762ff..207bfa9d 100644 --- a/libs/model-providers/pyproject.toml +++ b/libs/model-providers/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "model-providers" -version = "0.3.0.20240610" +version = "0.3.0.20240612" description = "" authors = ["glide-the <2533736852@qq.com>"] readme = "README.md"