diff --git a/docs/conf.py b/docs/conf.py index 6f9a9bf05..e183d9a6a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -14,7 +14,7 @@ copyright = "2023, csunny" author = "csunny" -version = "👏👏 0.3.8" +version = "👏👏 0.3.9" html_title = project + " " + version # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 20102072e..062ae2048 100644 --- a/setup.py +++ b/setup.py @@ -434,7 +434,7 @@ def 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."