Skip to content

Commit b7cb2d0

Browse files
committed
bump version
1 parent 6173c0c commit b7cb2d0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

modules/impact/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import logging
44

55

6-
version_code = [8, 24]
6+
version_code = [8, 25]
77
version = f"V{version_code[0]}.{version_code[1]}" + (f'.{version_code[2]}' if len(version_code) > 2 else '')
88

99
my_path = os.path.dirname(__file__)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "comfyui-impact-pack"
33
description = "This node pack offers various detector nodes and detailer nodes that allow you to configure a workflow that automatically enhances facial details. And provide iterative upscaler."
4-
version = "8.24"
4+
version = "8.25"
55
license = { file = "LICENSE.txt" }
66
dependencies = ["segment-anything", "scikit-image", "piexif", "transformers", "opencv-python-headless", "GitPython", "scipy>=1.11.4"]
77

0 commit comments

Comments
 (0)