Skip to content

Commit 642bf12

Browse files
committed
1.0.0
1 parent d05e0f5 commit 642bf12

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pydify/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from .text_generation import TextGenerationClient
1212
from .workflow import WorkflowClient
1313

14-
__version__ = "0.1.4"
14+
__version__ = "1.0.0"
1515
__all__ = [
1616
"WorkflowClient",
1717
"ChatbotClient",

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
setuptools.setup(
3535
name="pydify",
36-
version="0.1.4",
36+
version="1.0.0",
3737
author="Dify SDK Team",
3838
author_email="[email protected]",
3939
description="A Python SDK for interacting with Dify API",

0 commit comments

Comments
 (0)