diff --git a/bi/__init__.py b/bi/__init__.py index 86ec4ddc..37d59a1d 100644 --- a/bi/__init__.py +++ b/bi/__init__.py @@ -15,8 +15,8 @@ from .query_runner import import_query_runners from .destinations import import_destinations -__version__ = "2.0.1" -__DeepBI_version__ = "2.0.1" +__version__ = "2.0.2" +__DeepBI_version__ = "2.0.2" def setup_logging(): diff --git a/version.md b/version.md index bd652a05..1b877177 100644 --- a/version.md +++ b/version.md @@ -1,4 +1,7 @@ # Version +### 2.0.2 +- Adapt an existing function call to the new openai version of tools + ### 2.0.1 - Add support LLM configurations,including BaiduQianfan、AliBailian