From 274a5986023cb665d152a7bd9cf1655668dc4eb3 Mon Sep 17 00:00:00 2001 From: hayden Date: Sat, 2 Nov 2024 19:48:56 +0800 Subject: [PATCH] chore: Prepare release 2.0.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fcb572f..d920d65 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "comfyui-model-manager" description = "Manage models: browsing, download and delete." -version = "1.0.0" +version = "2.0.0" license = "LICENSE" [project.urls]