diff --git a/py/utils/version.py b/py/utils/version.py index 483d8c9..6023114 100644 --- a/py/utils/version.py +++ b/py/utils/version.py @@ -3,4 +3,4 @@ # ### -VERSION = "5.1.4" +VERSION = "5.2.0" diff --git a/pyproject.toml b/pyproject.toml index ea97906..7af0032 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.1.4" +version = "5.2.0" license = { file = "LICENSE" } dependencies = ["blend_modes", "numba", "color-matcher", "groq", "opencv-python"]