From 76df8cd3cb64a0561fb5fbd8ac7a077dc8ebc3e1 Mon Sep 17 00:00:00 2001 From: Hayden <48267247+hayden-fr@users.noreply.github.com> Date: Sat, 22 Feb 2025 18:14:38 +0800 Subject: [PATCH] prepare release 2.5.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f990d76..32b9b62 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.4.0" +version = "2.5.0" license = { file = "LICENSE" } dependencies = ["markdownify"]