From bfedcb2a7d61ba0aa77ea33c0a18ecd705a2269a Mon Sep 17 00:00:00 2001 From: Hayden <48267247+hayden-fr@users.noreply.github.com> Date: Sun, 8 Dec 2024 15:33:09 +0800 Subject: [PATCH] prepare release 2.1.6 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6a56c4c..90f7a47 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.5" +version = "2.1.6" license = "LICENSE" dependencies = ["markdownify"]