From cebd0fc1c54f1a6bbbdeaf346172921933b41708 Mon Sep 17 00:00:00 2001 From: kijai <40791699+kijai@users.noreply.github.com> Date: Tue, 3 Jun 2025 20:46:07 +0300 Subject: [PATCH] Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a183155..36b2a16 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "comfyui-kjnodes" description = "Various quality of life -nodes for ComfyUI, mostly just visual stuff to improve usability." -version = "1.1.0" +version = "1.1.1" license = {file = "LICENSE"} dependencies = ["librosa", "numpy", "pillow>=10.3.0", "scipy", "color-matcher", "matplotlib", "huggingface_hub"]