From 3b96a71d9c980f83b93aa439e4c4e02b7a5fff07 Mon Sep 17 00:00:00 2001 From: Aries-ckt <916701291@qq.com> Date: Tue, 5 Dec 2023 10:08:01 +0800 Subject: [PATCH] chore: update setup.py 0.4.3 version (#887) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 548879ae8..3c7fe670f 100644 --- a/setup.py +++ b/setup.py @@ -619,7 +619,7 @@ def init_install_requires(): setuptools.setup( name="db-gpt", packages=find_packages(exclude=("tests", "*.tests", "*.tests.*", "examples")), - version="0.4.2", + version="0.4.3", author="csunny", author_email="cfqcsunny@gmail.com", description="DB-GPT is an experimental open-source project that uses localized GPT large models to interact with your data and environment."