diff --git a/docs/conf.py b/docs/conf.py index f622cccd5..8d3df6678 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -14,7 +14,7 @@ project = "DB-GPT" copyright = "2023, csunny" author = "csunny" -version = "👏👏 0.3.4" +version = "👏👏 0.3.5" html_title = project + " " + version # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 0b950b480..5c4a4d7f4 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ def parse_requirements(file_name: str) -> List[str]: setuptools.setup( name="db-gpt", packages=find_packages(), - version="0.3.4", + version="0.3.5", 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."