dump the version to 2.7.3

This commit is contained in:
Choco
2026-05-09 12:35:41 +08:00
parent b6a61cbfb5
commit c45bef5779

View File

@@ -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)