mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-19 08:26:51 +00:00
ci(SDK): Add 0.7.0 workflow (#2493)
This commit is contained in:
@@ -10,6 +10,13 @@ readme = "README.md"
|
||||
requires-python = ">=3.10"
|
||||
dependencies = []
|
||||
|
||||
[build-system]
|
||||
requires = ["hatchling"]
|
||||
build-backend = "hatchling.build"
|
||||
|
||||
[tool.hatch.build.targets.wheel]
|
||||
packages = ["src/dbgpt_acc_auto"]
|
||||
|
||||
[project.urls]
|
||||
Homepage = "https://github.com/eosphoros-ai/DB-GPT"
|
||||
Documentation = "http://docs.dbgpt.cn/docs/overview"
|
||||
|
@@ -0,0 +1,3 @@
|
||||
from ._version import version as __version__ # noqa: F401
|
||||
|
||||
__ALL__ = ["__version__"]
|
@@ -0,0 +1 @@
|
||||
version = "0.7.0"
|
Reference in New Issue
Block a user