From ec6831fd686ab24b8773e64a21a1e32b45e1eb95 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Wed, 7 Aug 2024 23:13:40 +0900 Subject: [PATCH] version marker --- __init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/__init__.py b/__init__.py index 636811c..ca8c034 100644 --- a/__init__.py +++ b/__init__.py @@ -7,7 +7,7 @@ import importlib -version_code = [0, 82, 7] +version_code = [0, 83] version_str = f"V{version_code[0]}.{version_code[1]}" + (f'.{version_code[2]}' if len(version_code) > 2 else '') print(f"### Loading: ComfyUI-Inspire-Pack ({version_str})") diff --git a/pyproject.toml b/pyproject.toml index de4b969..57dbc90 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "comfyui-inspire-pack" description = "This extension provides various nodes to support Lora Block Weight and the Impact Pack. Provides many easily applicable regional features and applications for Variation Seed." -version = "0.82.7" +version = "0.83" license = { file = "LICENSE" } dependencies = ["matplotlib", "cachetools"]