Skip to content

Commit 3cef0da

Browse files
authored
Update __init__.py
1 parent d4cb474 commit 3cef0da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import os
44
import importlib.util
55

6-
__version__ = "2.5.0"
6+
__version__ = "2.7.0"
77

88
# Add module directory to Python path
99
current_dir = Path(__file__).parent
@@ -50,4 +50,4 @@ def load_nodes():
5050
"NODE_DISPLAY_NAME_MAPPINGS"
5151
]
5252
# print(f'\033[34m[ComfyUI-RMBG] v{__version__} \033[92mLoaded\033[0m')
53-
print(f'\033[34m[ComfyUI-RMBG]\033[0m v\033[93m{__version__}\033[0m | \033[93m{len(NODE_CLASS_MAPPINGS)} nodes\033[0m \033[92mLoaded\033[0m')
53+
print(f'\033[34m[ComfyUI-RMBG]\033[0m v\033[93m{__version__}\033[0m | \033[93m{len(NODE_CLASS_MAPPINGS)} nodes\033[0m \033[92mLoaded\033[0m')

0 commit comments

Comments
 (0)