From 5a28789af7d8f0e92e28ebabacd8f5f71795165f Mon Sep 17 00:00:00 2001 From: Hayden <48267247+hayden-fr@users.noreply.github.com> Date: Thu, 28 Nov 2024 12:07:45 +0800 Subject: [PATCH] prepare release 2.1.2 --- pyproject.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e067c40..dbd5e65 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.1" +version = "2.1.2" license = "LICENSE" dependencies = ["markdownify"] @@ -13,3 +13,6 @@ Repository = "https://github.com/hayden-fr/ComfyUI-Model-Manager" PublisherId = "hayden" DisplayName = "ComfyUI-Model-Manager" Icon = "" + +[tool.black] +line-length = 160