From c45bef5779f72211d964ea74465210843be6cfb3 Mon Sep 17 00:00:00 2001 From: Choco <94597336+ChocoMeow@users.noreply.github.com> Date: Sat, 9 May 2026 12:35:41 +0800 Subject: [PATCH] dump the version to 2.7.3 --- update.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.py b/update.py index d14586f..db1c989 100644 --- a/update.py +++ b/update.py @@ -31,7 +31,7 @@ import subprocess from io import BytesIO ROOT_DIR = os.path.dirname(os.path.abspath(__file__)) -__version__ = "v2.7.3b3" +__version__ = "v2.7.3" # URLs for update and migration PYTHON_CMD_NAME = os.path.basename(sys.executable)