From 0f23b04a324f1fc150bc10fc97a4a5846f44490e Mon Sep 17 00:00:00 2001 From: rookiestar28 Date: Sat, 11 Jul 2026 03:27:40 +0800 Subject: [PATCH] chore(release): bump version to 1.0.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f5bf898..e3fbb1f 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.8" +version = "1.0.0" license = {text = "MIT"} readme = "README.md" requires-python = ">=3.10"