From 2b3a7ccb6e18d4d7c31235a1d812c6f0a899fba8 Mon Sep 17 00:00:00 2001 From: MaraScott Date: Tue, 17 Dec 2024 12:58:24 +0100 Subject: [PATCH] increase version to 5.8.0 --- 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 885f54f..ef99946 100644 --- a/py/utils/version.py +++ b/py/utils/version.py @@ -3,4 +3,4 @@ # ### -VERSION = "5.7.3" +VERSION = "5.8.0" diff --git a/pyproject.toml b/pyproject.toml index 25f22e1..f180c06 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 = "5.7.3" +version = "5.8.0" license = { file = "LICENSE" } dependencies = ["blend_modes", "numba", "color-matcher", "groq", "opencv-python"]