Merge branch 'comfyanonymous:master' into master

This commit is contained in:
patientx 2025-03-04 03:45:07 +03:00 committed by GitHub
commit ee7e9c14bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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"