mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-08-30 23:56:25 +00:00
fix: document delete bug
1.document delete bug 2.0.3.4 version
This commit is contained in:
@@ -14,7 +14,7 @@ project = "DB-GPT"
|
||||
copyright = "2023, csunny"
|
||||
author = "csunny"
|
||||
|
||||
version = "👏👏 0.3.2"
|
||||
version = "👏👏 0.3.4"
|
||||
html_title = project + " " + version
|
||||
|
||||
# -- General configuration ---------------------------------------------------
|
||||
|
2
setup.py
2
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.2",
|
||||
version="0.3.4",
|
||||
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."
|
||||
|
Reference in New Issue
Block a user