Skip to content

Commit 2705221

Browse files
Update note and bump version (#511)
Co-authored-by: GitHub Action <action@github.com>
1 parent 97a3df8 commit 2705221

File tree

5 files changed

+108
-108
lines changed

5 files changed

+108
-108
lines changed

packages/core/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "comfyui-workflow-templates-core"
7-
version = "0.3.109"
7+
version = "0.3.110"
88
description = "Core helpers for ComfyUI workflow templates"
99
readme = {text = "Core helpers for ComfyUI workflow templates.", content-type = "text/plain"}
1010
requires-python = ">=3.9"

packages/core/src/comfyui_workflow_templates_core/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3296,7 +3296,7 @@
32963296
"assets": [
32973297
{
32983298
"filename": "image_z_image.json",
3299-
"sha256": "e46bdd36f2ba30846d879fe5805be1808dbcb038f28714e144d5c23f45a9302f"
3299+
"sha256": "0fac73056c40dd04f7452f1f7f6dceef3ce01a7d310516a45b120975d43115d6"
33003300
},
33013301
{
33023302
"filename": "image_z_image-1.webp",

packages/media_image/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "comfyui-workflow-templates-media-image"
7-
version = "0.3.70"
7+
version = "0.3.71"
88
description = "Media bundle containing image workflow assets"
99
readme = {text = "Media bundle containing image workflow assets for ComfyUI.", content-type = "text/plain"}
1010
requires-python = ">=3.9"

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "comfyui_workflow_templates"
7-
version = "0.8.21"
7+
version = "0.8.22"
88
description = "ComfyUI workflow templates package"
99
readme = "README.md"
1010
requires-python = ">=3.9"
@@ -18,22 +18,22 @@ classifiers = [
1818
]
1919

2020
dependencies = [
21-
"comfyui-workflow-templates-core==0.3.109",
21+
"comfyui-workflow-templates-core==0.3.110",
2222
"comfyui-workflow-templates-media-api==0.3.47",
2323
"comfyui-workflow-templates-media-video==0.3.41",
24-
"comfyui-workflow-templates-media-image==0.3.70",
24+
"comfyui-workflow-templates-media-image==0.3.71",
2525
"comfyui-workflow-templates-media-other==0.3.95",
2626
]
2727

2828
[project.optional-dependencies]
2929
api = ["comfyui-workflow-templates-media-api==0.3.47"]
3030
video = ["comfyui-workflow-templates-media-video==0.3.41"]
31-
image = ["comfyui-workflow-templates-media-image==0.3.70"]
31+
image = ["comfyui-workflow-templates-media-image==0.3.71"]
3232
other = ["comfyui-workflow-templates-media-other==0.3.95"]
3333
all = [
3434
"comfyui-workflow-templates-media-api==0.3.47",
3535
"comfyui-workflow-templates-media-video==0.3.41",
36-
"comfyui-workflow-templates-media-image==0.3.70",
36+
"comfyui-workflow-templates-media-image==0.3.71",
3737
"comfyui-workflow-templates-media-other==0.3.95",
3838
]
3939

0 commit comments

Comments
 (0)