From 8dda0461cba4d23a57242ad36320bd3b7f0cbe1e Mon Sep 17 00:00:00 2001 From: toyxyz Date: Sun, 11 Aug 2024 10:07:30 +0900 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fc8d699..fbcdc47 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "comfyui_toyxyz_test_nodes" description = "This node was created to send a webcam to ComfyUI in real time. This node is recommended for use with LCM." -version = "1.0.0" +version = "1.0.1" license = { file = "LICENSE" } dependencies = ["numpy", "torch", "opencv-python"]