From 9150718edb10c5338f97705e7f935dcd3e1297c1 Mon Sep 17 00:00:00 2001 From: Will Miao Date: Wed, 21 Jan 2026 21:20:34 +0800 Subject: [PATCH] feat: bump version to 0.9.13 Update the project version in pyproject.toml from 0.9.12 to 0.9.13 to reflect the latest changes and prepare for a new release. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ab04865b..80f8e14a 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.12" +version = "0.9.13" license = {file = "LICENSE"} dependencies = [ "aiohttp",