From 34f35cc0d13b39959d128a24c0a094f7855808cf Mon Sep 17 00:00:00 2001 From: VALADI K JAGANATHAN Date: Sun, 19 May 2024 23:56:40 +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 f38925a..2ca7bd3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ 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.1" +version = "1.0.0" license = "LICENSE" dependencies = ["clip-interrogator", "simpleeval"]