From 7ad5e7b9247081c569acd61fb29a11d659f8ffae Mon Sep 17 00:00:00 2001 From: QuantumGhost Date: Wed, 17 Jun 2026 10:51:11 +0800 Subject: [PATCH] chore: bump version --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 90ab3d29..c0936836 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = 'dify-plugin' -version = '0.9.0' +version = "0.9.1" description = 'Dify Plugin SDK' authors = [{ name = 'langgenius', email = 'hello@dify.ai' }] dependencies = [ diff --git a/uv.lock b/uv.lock index 914b1641..e316d870 100644 --- a/uv.lock +++ b/uv.lock @@ -245,7 +245,7 @@ wheels = [ [[package]] name = "dify-plugin" -version = "0.9.0" +version = "0.9.1" source = { editable = "." } dependencies = [ { name = "dpkt" },