Skip to content

Commit 754633a

Browse files
committed
更新
1 parent ffe79d0 commit 754633a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydify/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def create_client(type: str, base_url: str, api_key: str) -> DifyBaseClient:
2828
raise ValueError(f"Invalid client type: {type}")
2929

3030

31-
__version__ = "2.2.0"
31+
__version__ = "2.2.1"
3232
__all__ = [
3333
"WorkflowClient",
3434
"ChatbotClient",

0 commit comments

Comments
 (0)