From 6777dc16ca760a3e8edfcfcba6ce229de18eb66f Mon Sep 17 00:00:00 2001 From: Will Miao <13051207myq@gmail.com> Date: Thu, 1 May 2025 06:19:03 +0800 Subject: [PATCH] fix: update version to 0.8.11-bugfix in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 43c8085a..fc6f9fa9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "comfyui-lora-manager" description = "LoRA Manager for ComfyUI - Access it at http://localhost:8188/loras for managing LoRA models with previews and metadata integration." -version = "0.8.11" +version = "0.8.11-bugfix" license = {file = "LICENSE"} dependencies = [ "aiohttp",