From 80f0291a9cb140375dd11edca2c286813e282865 Mon Sep 17 00:00:00 2001 From: VALADI K JAGANATHAN Date: Sun, 19 May 2024 23:45:19 +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 6c312e0..72a9f9e 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.0" +version = "1.0.1" license = "LICENSE" dependencies = ["clip-interrogator", "simpleeval"]