docs:0.3.9 version (#641)

This commit is contained in:
FangYin Cheng 2023-09-28 17:05:26 +08:00 committed by GitHub
commit 2ea0efc19d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ project = "DB-GPT"
copyright = "2023, csunny"
author = "csunny"
version = "👏👏 0.3.8"
version = "👏👏 0.3.9"
html_title = project + " " + version
# -- General configuration ---------------------------------------------------

View File

@ -434,7 +434,7 @@ init_install_requires()
setuptools.setup(
name="db-gpt",
packages=find_packages(exclude=("tests", "*.tests", "*.tests.*", "examples")),
version="0.3.8",
version="0.3.9",
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."