From 623b5913dc7f240fd8b26422e99f8849a21c5473 Mon Sep 17 00:00:00 2001 From: kijai <40791699+kijai@users.noreply.github.com> Date: Thu, 18 Sep 2025 18:16:11 +0300 Subject: [PATCH] bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f2d41e3..1f6a932 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.4" +version = "1.1.5" license = {file = "LICENSE"} dependencies = ["librosa", "numpy", "pillow>=10.3.0", "scipy", "color-matcher", "matplotlib", "huggingface_hub"]