From be30f079714f02170fd64599d45e1b88ebc2227f Mon Sep 17 00:00:00 2001 From: Yeuoly Date: Fri, 29 Nov 2024 20:07:08 +0800 Subject: [PATCH] bump sdk to beta37 --- python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/setup.py b/python/setup.py index a328e43..e7af5a4 100644 --- a/python/setup.py +++ b/python/setup.py @@ -2,7 +2,7 @@ setup( name="dify_plugin", - version="0.0.1-beta36", + version="0.0.1-beta37", author="langgenius", long_description_content_type="text/markdown", url="https://github.com/langgenius/dify-plugin-sdks.git",