From a69f48476e9e66e6bab6abd6e6602bf51ef52ff6 Mon Sep 17 00:00:00 2001 From: MaraScott Date: Mon, 24 Jun 2024 13:22:44 +0200 Subject: [PATCH] Mara scott patch 3 (#91) * Update version.py * Update pyproject.toml --- py/utils/version.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/py/utils/version.py b/py/utils/version.py index 01c717b..db3b84d 100644 --- a/py/utils/version.py +++ b/py/utils/version.py @@ -3,4 +3,4 @@ # ### -VERSION = "4.3.2" \ No newline at end of file +VERSION = "4.3.3" diff --git a/pyproject.toml b/pyproject.toml index c2c31dc..4166121 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "comfyui_marascott_nodes" description = "A set of nodes including a universal bus, an Inpainting By Mask and a large Upscaler/Refiner" -version = "4.3.2" +version = "4.3.3" license = "LICENSE" dependencies = ["blend_modes", "numba", "color-matcher", "groq"]