add WorkflowClient.get_result, increase version number (#8435)

Co-authored-by: wangying <wangying@xkool.org>
This commit is contained in:
Ying Wang
2024-09-14 19:06:37 +08:00
committed by GitHub
parent 624331472a
commit fa1af8e47b
2 changed files with 4 additions and 1 deletions

View File

@@ -5,7 +5,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
setup(
name="dify-client",
version="0.1.10",
version="0.1.11",
author="Dify",
author_email="hello@dify.ai",
description="A package for interacting with the Dify Service-API",