mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-07-31 15:47:05 +00:00
chore: update setup.py 0.4.3 version (#887)
This commit is contained in:
parent
a2f087c429
commit
3b96a71d9c
2
setup.py
2
setup.py
@ -619,7 +619,7 @@ init_install_requires()
|
|||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name="db-gpt",
|
name="db-gpt",
|
||||||
packages=find_packages(exclude=("tests", "*.tests", "*.tests.*", "examples")),
|
packages=find_packages(exclude=("tests", "*.tests", "*.tests.*", "examples")),
|
||||||
version="0.4.2",
|
version="0.4.3",
|
||||||
author="csunny",
|
author="csunny",
|
||||||
author_email="cfqcsunny@gmail.com",
|
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."
|
description="DB-GPT is an experimental open-source project that uses localized GPT large models to interact with your data and environment."
|
||||||
|
Loading…
Reference in New Issue
Block a user