From 796acba764d7eb92c61b52995e9f8489aba4745c Mon Sep 17 00:00:00 2001 From: Will Miao Date: Mon, 19 Jan 2026 17:37:19 +0800 Subject: [PATCH] chore: bump version from 0.9.11 to 0.9.12 Update the project version in pyproject.toml to prepare for the next release. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 38376366..ab04865b 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.11" +version = "0.9.12" license = {file = "LICENSE"} dependencies = [ "aiohttp",