diff --git a/sdks/nodejs-client/package.json b/sdks/nodejs-client/package.json index a59b766a153cb3..84ee603c11d032 100644 --- a/sdks/nodejs-client/package.json +++ b/sdks/nodejs-client/package.json @@ -1,6 +1,6 @@ { "name": "dify-client", - "version": "2.0.0", + "version": "2.0.1", "description": "This is the Node.js SDK for the Dify.AI API, which allows you to easily integrate Dify.AI into your Node.js applications.", "main": "index.js", "type": "module", diff --git a/sdks/python-client/setup.py b/sdks/python-client/setup.py index 3d4e0b0bbd176e..00269bf0975f5d 100644 --- a/sdks/python-client/setup.py +++ b/sdks/python-client/setup.py @@ -5,7 +5,7 @@ setup( name="dify-client", - version="0.1.8", + version="0.1.9", author="Dify", author_email="hello@dify.ai", description="A package for interacting with the Dify Service-API",