Bump version to v2.7.2

This commit is contained in:
Choco
2025-08-25 17:15:28 +08:00
parent e1c72cc4e2
commit 8a6632e768

View File

@@ -31,7 +31,7 @@ import subprocess
from io import BytesIO
ROOT_DIR = os.path.dirname(os.path.abspath(__file__))
__version__ = "v2.7.2b3"
__version__ = "v2.7.2"
# URLs for update and migration
PYTHON_CMD_NAME = os.path.basename(sys.executable)