From a6a9193b5002061719f0eee62c6310bd5b1b7f63 Mon Sep 17 00:00:00 2001 From: imClumsyPanda Date: Fri, 12 Jul 2024 22:29:12 +0800 Subject: [PATCH] v0.3.1 release --- libs/chatchat-server/chatchat/__init__.py | 2 +- libs/chatchat-server/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/chatchat-server/chatchat/__init__.py b/libs/chatchat-server/chatchat/__init__.py index 2731440ba9..260c070a89 100644 --- a/libs/chatchat-server/chatchat/__init__.py +++ b/libs/chatchat-server/chatchat/__init__.py @@ -1 +1 @@ -__version__ = "0.3.1-preview" +__version__ = "0.3.1" diff --git a/libs/chatchat-server/pyproject.toml b/libs/chatchat-server/pyproject.toml index 0b1a94164a..55ba5267ba 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.1.20240711" +version = "0.3.1" description = "Langchain-Chatchat (formerly langchain-ChatGLM), local knowledge based LLM (like ChatGLM, Qwen and Llama) RAG and Agent app with langchain" authors = ["chatchat"] readme = "README.md"