ci(SDK): Add 0.7.0 workflow (#2493)

This commit is contained in:
Fangyin Cheng
2025-03-20 15:27:44 +08:00
committed by GitHub
parent 4af28e40d8
commit 52e41bccc9
56 changed files with 986 additions and 358 deletions

View File

@@ -1,5 +1,6 @@
"""This module is the client of the dbgpt package."""
from ._version import version as __version__ # noqa: F401
from .client import Client, ClientException # noqa: F401
__ALL__ = ["Client", "ClientException"]
__ALL__ = ["Client", "ClientException", "__version__"]

View File

@@ -0,0 +1 @@
version = "0.7.0"