From 55a4eff01b3fdcab14325260b47331d6080a4105 Mon Sep 17 00:00:00 2001 From: Hayden <48267247+hayden-fr@users.noreply.github.com> Date: Mon, 10 Feb 2025 12:42:29 +0800 Subject: [PATCH] prepare releas 2.3.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a68caab..61af552 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.3.1" +version = "2.3.2" license = { file = "LICENSE" } dependencies = ["markdownify"]