From 7dc3c93aa27fb200d62179b9a9f2b4fe301b4474 Mon Sep 17 00:00:00 2001 From: VALADI K JAGANATHAN Date: Fri, 30 May 2025 08:49:33 +0530 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4c8a064..bcdaf99 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "efficiency-nodes-comfyui" description = "Efficiency Nodes for ComfyUI Version 2.0 A collection of ComfyUI custom nodes to help streamline workflows and reduce total node count." -version = "1.0.6" +version = "1.0.7" license = { file = "LICENSE" } dependencies = ["clip-interrogator", "simpleeval"]