From 85f3d121335e103d6cf4eadbd62b90aa5aa090cf Mon Sep 17 00:00:00 2001 From: aries_ckt <916701291@qq.com> Date: Thu, 28 Sep 2023 17:03:31 +0800 Subject: [PATCH] docs:0.3.9 version --- docs/conf.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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."