From 53f06ba4b6113ba7fea6f23293f7832c3fb1c24f Mon Sep 17 00:00:00 2001 From: Jeffreytsai1004 Date: Fri, 18 Apr 2025 02:13:57 +0800 Subject: [PATCH] Update config.py --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index 5fe43e6..e96327e 100644 --- a/config.py +++ b/config.py @@ -6,7 +6,7 @@ import sys import json # Basic Information -TOOL_NAME = "Tool" +TOOL_NAME = "MetaWhiz" TOOL_VERSION = "Beta v1.0.0" TOOL_AUTHOR = "CGNICO"