Skip to content

Commit 09b51d0

Browse files
committed
6.0.2
1 parent 29ec07e commit 09b51d0

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
@@ -1,6 +1,6 @@
11
from .use_everywhere import SeedEverywhere, AnythingEverywherePrompts
22

3-
UE_VERSION = "6.0.1"
3+
UE_VERSION = "6.0.2"
44

55
NODE_CLASS_MAPPINGS = { "Seed Everywhere": SeedEverywhere }
66

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "cg-use-everywhere"
33
description = "A set of nodes that allow data to be 'broadcast' to some or all unconnected inputs. Greatly reduces link spaghetti."
4-
version = "6.0.1"
4+
version = "6.0.2"
55
license = { file = "LICENSE" }
66

77
[project.urls]

0 commit comments

Comments
 (0)