We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d05e0f5 commit 642bf12Copy full SHA for 642bf12
pydify/__init__.py
@@ -11,7 +11,7 @@
11
from .text_generation import TextGenerationClient
12
from .workflow import WorkflowClient
13
14
-__version__ = "0.1.4"
+__version__ = "1.0.0"
15
__all__ = [
16
"WorkflowClient",
17
"ChatbotClient",
setup.py
@@ -33,7 +33,7 @@
33
34
setuptools.setup(
35
name="pydify",
36
- version="0.1.4",
+ version="1.0.0",
37
author="Dify SDK Team",
38
author_email="[email protected]",
39
description="A Python SDK for interacting with Dify API",
0 commit comments