From 01387a665fe9e9c8c1b5e0f655a9fe4270a5bc65 Mon Sep 17 00:00:00 2001 From: MaraScott Date: Mon, 16 Sep 2024 17:11:17 +0200 Subject: [PATCH] update version number for publish --- 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 34b844c..3a729f5 100644 --- a/py/utils/version.py +++ b/py/utils/version.py @@ -3,4 +3,4 @@ # ### -VERSION = "5.1.0" +VERSION = "5.1.1" diff --git a/pyproject.toml b/pyproject.toml index 1b8caae..9157613 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.0" +version = "5.1.1" license = { file = "LICENSE" } dependencies = ["blend_modes", "numba", "color-matcher", "groq", "opencv-python"]