From 2c98df607ebc726dfe1352ea4875723df9603a3b Mon Sep 17 00:00:00 2001 From: rookiestar28 Date: Wed, 13 May 2026 10:26:49 +0800 Subject: [PATCH] chore: harden supply chain and bump to v0.9.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 416121f..0d900e1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "comfyui-openclaw" description = "Your own personal AIGC Factory. Any picture. Any reel. The Comfy way.©️" -version = "0.9.2" +version = "0.9.3" license = {text = "MIT"} readme = "README.md" requires-python = ">=3.10"