From f7c946778d4686d6cc8add1f70c694c295698860 Mon Sep 17 00:00:00 2001 From: Will Miao <13051207myq@gmail.com> Date: Fri, 14 Mar 2025 11:23:07 +0800 Subject: [PATCH] Bump version to 0.7.38. fix: correct LoRA naming issue when fetching data from Civitai --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e188938e..743dfd97 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.7.37-bugfix" +version = "0.7.38" license = {file = "LICENSE"} dependencies = [ "aiohttp",