From b02bea5480e9b6a3e85141e6e6ae614a50e3b0c7 Mon Sep 17 00:00:00 2001 From: Dijkstra Date: Thu, 20 Jun 2024 17:56:49 +0200 Subject: [PATCH] chore: bump version + added MIT license --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1551df9..f112aad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,8 +1,8 @@ [project] name = "comfyui-lora-auto-trigger-words" description = "The aim of these custom nodes is to get an easy access to the tags used to trigger a lora / lycoris. Extract the tags from civitai or from the safetensors metadatas when available." -version = "1.0.0" -license = "LICENSE" +version = "1.0.1" +license = "MIT" [project.urls] Repository = "https://github.com/idrirap/ComfyUI-Lora-Auto-Trigger-Words"