From 4132b2d8c4d30e9136257100ec9374974f11690f Mon Sep 17 00:00:00 2001 From: Hayden <48267247+hayden-fr@users.noreply.github.com> Date: Mon, 13 Jan 2025 15:16:31 +0800 Subject: [PATCH] prepare release 2.2.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 82e612d..ac91c26 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.1.6" +version = "2.2.0" license = { file = "LICENSE" } dependencies = ["markdownify"]