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