chores: version + rm useless file

This commit is contained in:
csunny
2023-07-24 19:45:56 +08:00
parent aaccebcd03
commit 8c7a8f56fd
4 changed files with 2 additions and 72 deletions

View File

@@ -19,7 +19,7 @@ def parse_requirements(file_name: str) -> List[str]:
setuptools.setup(
name="db-gpt",
packages=find_packages(),
version="0.3.1",
version="0.3.2",
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."