From 128f00610c1c8b6097b6b80ee875e17eb786fb9d Mon Sep 17 00:00:00 2001 From: Nuked Date: Mon, 22 Jul 2024 20:07:44 +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 799c928..e63e8c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "comfyui-n-nodes" description = "A suite of custom nodes for ConfyUI that includes GPT text-prompt generation, LoadVideo,SaveVideo,LoadFramesFromFolder and FrameInterpolator" -version = "1.0.1" +version = "1.0.2" license = "LICENSE" dependencies = ["py-cpuinfo", "gitpython", "moviepy", "opencv-python", "scikit-build", "typing", "diskcache"]