Skip to content

Commit

Permalink
docs:0.3.9 version (#641)
Browse files Browse the repository at this point in the history
  • Loading branch information
fangyinc authored Sep 28, 2023
2 parents b2a428a + 85f3d12 commit 2ea0efc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
copyright = "2023, csunny"
author = "csunny"

version = "👏👏 0.3.8"
version = "👏👏 0.3.9"
html_title = project + " " + version

# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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="[email protected]",
description="DB-GPT is an experimental open-source project that uses localized GPT large models to interact with your data and environment."
Expand Down

0 comments on commit 2ea0efc

Please sign in to comment.