From 8c39cf81e396013d6d7164ae960648b2274d0744 Mon Sep 17 00:00:00 2001 From: tusharbhutt Date: Sun, 22 Jun 2025 01:28:01 -0600 Subject: [PATCH] Update pyproject.toml Removed requirements.txt from main --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 15a0583..ebd557e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "endless-nodes" description = "A small set of nodes I created for myself. Features multiple prompts in batches, an image saver with ability to have JSON saved to separate folder, image analysis nodes, switches for text and numbers, and more." -version = "1.00" +version = "1.01" license = { file = "LICENSE" } dependencies = "" [project.urls]