From a5f94895842726846f645f30a720bce2e4c66b89 Mon Sep 17 00:00:00 2001 From: VALADI K JAGANATHAN Date: Thu, 1 Aug 2024 11:08:22 +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 765e763..e3cc491 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "comfyui_jags_vectormagic" description = "ComfyUI_Jags_VectorMagic A collection of nodes to explore Vector and image manipulation" -version = "1.0.0" +version = "1.0.1" license = { file = "LICENSE" } dependencies = ["librosa", "numpy", "Pillow", "scipy", "color-matcher", "matplotlib", "clip-interrogator", "simpleeval", "ultralytics", "ultralyticsplus", "CLIPSeg", "OpenCV"]