diff --git a/pyproject.toml b/pyproject.toml index 7ab0d4e..3773d77 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "skbundle" description = "Nodes: MultiText, TextBox, TitlePlus, SeamlessTexture, AspectRatioPlus, DisplayEverything, ComparerPlus, AnySwitch, Node Design Tools..." -version = "1.0.1" +version = "1.0.2" license = {file = "LICENSE"} dependencies = ["torch>=2.0.0", "numpy>=1.24.0", "Pillow>=10.0.0", "scipy>=1.10.0", "scikit-image>=0.21.0"]