Bump version to 0.5.6 in pyproject.toml

This commit is contained in:
Will Miao
2025-02-01 13:56:37 +08:00
parent 879d0be71c
commit afd4d97a05

View File

@@ -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.5.5"
version = "0.5.6"
license = {file = "LICENSE"}
dependencies = ["aiohttp", "jinja2", "safetensors"]