From f132503317a625a6ec76821bd1131b6783a6dd8d Mon Sep 17 00:00:00 2001 From: Jedrzej Kosinski Date: Thu, 7 May 2026 13:46:28 -0700 Subject: [PATCH] ComfyUI v0.20.3 Amp-Thread-ID: https://ampcode.com/threads/T-019e042d-d972-7559-b462-6e838c2da164 Co-authored-by: Amp --- comfyui_version.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/comfyui_version.py b/comfyui_version.py index 53e7156e3..bf7ed8d17 100644 --- a/comfyui_version.py +++ b/comfyui_version.py @@ -1,3 +1,3 @@ # This file is automatically generated by the build process when version is # updated in pyproject.toml. -__version__ = "0.20.1" +__version__ = "0.20.3" diff --git a/pyproject.toml b/pyproject.toml index 633dac517..bea1dfa3e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ComfyUI" -version = "0.20.1" +version = "0.20.3" readme = "README.md" license = { file = "LICENSE" } requires-python = ">=3.10"