Skip to content

Commit

Permalink
chore: update setup.py 0.4.3 version (#887)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aries-ckt authored Dec 5, 2023
1 parent a2f087c commit 3b96a71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ def init_install_requires():
setuptools.setup(
name="db-gpt",
packages=find_packages(exclude=("tests", "*.tests", "*.tests.*", "examples")),
version="0.4.2",
version="0.4.3",
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 3b96a71

Please sign in to comment.