Skip to content

Commit 8362199

Browse files
Bump ComfyUI version to v0.3.19
1 parent f86c724 commit 8362199

5 files changed

+5
-5
lines changed

.github/workflows/stable-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ on:
2222
description: 'Python patch version'
2323
required: true
2424
type: string
25-
default: "8"
25+
default: "9"
2626

2727

2828
jobs:

.github/workflows/windows_release_dependencies.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ on:
2929
description: 'python patch version'
3030
required: true
3131
type: string
32-
default: "8"
32+
default: "9"
3333
# push:
3434
# branches:
3535
# - master

.github/workflows/windows_release_package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ on:
1919
description: 'python patch version'
2020
required: true
2121
type: string
22-
default: "8"
22+
default: "9"
2323
# push:
2424
# branches:
2525
# - master

comfyui_version.py

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

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ComfyUI"
3-
version = "0.3.18"
3+
version = "0.3.19"
44
readme = "README.md"
55
license = { file = "LICENSE" }
66
requires-python = ">=3.9"

0 commit comments

Comments
 (0)