Bump ComfyUI version to v0.3.19

This commit is contained in:
comfyanonymous 2025-03-03 19:18:37 -05:00
parent f86c724ef2
commit 8362199ee7
5 changed files with 5 additions and 5 deletions

View File

@ -22,7 +22,7 @@ on:
description: 'Python patch version'
required: true
type: string
default: "8"
default: "9"
jobs:

View File

@ -29,7 +29,7 @@ on:
description: 'python patch version'
required: true
type: string
default: "8"
default: "9"
# push:
# branches:
# - master

View File

@ -19,7 +19,7 @@ on:
description: 'python patch version'
required: true
type: string
default: "8"
default: "9"
# push:
# branches:
# - master

View File

@ -1,3 +1,3 @@
# This file is automatically generated by the build process when version is
# updated in pyproject.toml.
__version__ = "0.3.18"
__version__ = "0.3.19"

View File

@ -1,6 +1,6 @@
[project]
name = "ComfyUI"
version = "0.3.18"
version = "0.3.19"
readme = "README.md"
license = { file = "LICENSE" }
requires-python = ">=3.9"