From 18a53416978dda975ece6db7b1369985ced19fe0 Mon Sep 17 00:00:00 2001 From: rookiestar28 Date: Sun, 31 May 2026 08:38:00 +0800 Subject: [PATCH] bump version to v0.9.5 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0d900e1..0be6527 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.3" +version = "0.9.5" license = {text = "MIT"} readme = "README.md" requires-python = ">=3.10"