diff --git a/py/utils/version.py b/py/utils/version.py index 0e59288..8575989 100644 --- a/py/utils/version.py +++ b/py/utils/version.py @@ -3,4 +3,4 @@ # ### -VERSION = "4.2.8" \ No newline at end of file +VERSION = "4.2.9" \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 372fd57..6ba59bc 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.2.8" +version = "4.2.9" license = "LICENSE" dependencies = ["blend_modes", "numba", "color-matcher"]