From 8d7e32eaf6fffce69e0c82f76688de870f9bce56 Mon Sep 17 00:00:00 2001 From: Hayden <48267247+hayden-fr@users.noreply.github.com> Date: Tue, 29 Apr 2025 17:32:13 +0800 Subject: [PATCH] Prepare release 2.6.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a112c32..8994441 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "comfyui-model-manager" description = "Manage models: browsing, download and delete." -version = "2.6.2" +version = "2.6.3" license = { file = "LICENSE" } dependencies = ["markdownify"]