diff --git a/setup.py b/setup.py index 548879ae8..3c7fe670f 100644 --- a/setup.py +++ b/setup.py @@ -619,7 +619,7 @@ 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."