Bump version to 0.5.3 in pyproject.toml

This commit is contained in:
Will Miao
2025-01-29 23:49:03 +08:00
parent 9656f136c6
commit 165ee45583

View File

@@ -1,7 +1,7 @@
[project] [project]
name = "comfyui-lora-manager" name = "comfyui-lora-manager"
description = "LoRA Manager for ComfyUI - An extension for managing LoRA models with previews and metadata integration." description = "LoRA Manager for ComfyUI - An extension for managing LoRA models with previews and metadata integration."
version = "0.5.2" version = "0.5.3"
license = {file = "LICENSE"} license = {file = "LICENSE"}
dependencies = ["aiohttp", "jinja2", "safetensors"] dependencies = ["aiohttp", "jinja2", "safetensors"]