Skip to content

Commit 9a456f4

Browse files
committed
chore: Bump version to 1.1.1 for release
1 parent 14bb6d9 commit 9a456f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
logger = logging.getLogger("DepthEstimation")
1313

1414
# Version info
15-
__version__ = "1.1.0"
15+
__version__ = "1.1.1"
1616

1717
# Node class mappings - will be populated based on dependency checks
1818
NODE_CLASS_MAPPINGS = {}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "comfyuidepthestimation"
33
description = "A robust custom depth estimation node for ComfyUI using Depth-Anything models. It integrates depth estimation with configurable post-processing options including blur, median filtering, contrast enhancement, and gamma correction."
4-
version = "1.1.0"
4+
version = "1.1.1"
55
license = { file = "LICENSE" }
66
dependencies = [
77
"transformers>=4.20.0",

0 commit comments

Comments
 (0)