From 3d6b72f28d5ed27e13a512369681e103ff42d534 Mon Sep 17 00:00:00 2001 From: kijai <40791699+kijai@users.noreply.github.com> Date: Tue, 14 Jan 2025 15:17:07 +0200 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 37df4dc..c0a20d9 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.0.3" +version = "1.0.4" license = {file = "LICENSE"} dependencies = ["librosa", "numpy", "pillow>=10.3.0", "scipy", "color-matcher", "matplotlib", "huggingface_hub"]