doc:version update

This commit is contained in:
aries_ckt 2023-08-23 17:33:57 +08:00
parent 4df7609c9b
commit d231f9f89b
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -159,7 +159,7 @@ all_requires()
setuptools.setup(
name="db-gpt",
packages=find_packages(exclude=("tests", "*.tests", "*.tests.*", "examples")),
version="0.3.5",
version="0.3.6",
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."