From 1375e890739ae1c383bf459ebf706a7f2df301cf Mon Sep 17 00:00:00 2001 From: NFL_jiancx <1678594309@qq.com> Date: Thu, 1 May 2025 00:46:21 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7=E8=87=B3=204.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 NFLmusic.py 中的版本号从 4.1.11 修改为 4.2.0- 此更新统一了项目的版本号,确保版本一致性 --- NFLmusic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NFLmusic.py b/NFLmusic.py index 59a7aae..a1a551d 100644 --- a/NFLmusic.py +++ b/NFLmusic.py @@ -1310,7 +1310,7 @@ def search_local_song(): time.sleep(1) -version = "4.1.11" +version = "4.2.0" poem = "" appdata = os.getenv("APPDATA") make_resource()