mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-07 20:10:08 +00:00
ci(SDK): Add 0.7.0 workflow (#2493)
This commit is contained in:
@@ -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__"]
|
||||
|
1
packages/dbgpt-client/src/dbgpt_client/_version.py
Normal file
1
packages/dbgpt-client/src/dbgpt_client/_version.py
Normal file
@@ -0,0 +1 @@
|
||||
version = "0.7.0"
|
Reference in New Issue
Block a user