From 9e1a2e3bb73a7f299f2e3e254fe8087c789e88af Mon Sep 17 00:00:00 2001 From: Will Miao <13051207myq@gmail.com> Date: Sat, 20 Sep 2025 22:03:29 +0800 Subject: [PATCH] chore(pyproject): bump version to 0.9.4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1ad4e018..801a705e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "comfyui-lora-manager" description = "Revolutionize your workflow with the ultimate LoRA companion for ComfyUI!" -version = "0.9.3" +version = "0.9.4" license = {file = "LICENSE"} dependencies = [ "aiohttp",