diff --git a/src/manage/commands.py b/src/manage/commands.py index e9242d8..b9f389a 100644 --- a/src/manage/commands.py +++ b/src/manage/commands.py @@ -22,7 +22,7 @@ # or check out the docs for administrative controls: # https://docs.python.org/using/windows DEFAULT_SOURCE_URL = "https://www.python.org/ftp/python/index-windows.json" -DEFAULT_TAG = "3.14-dev" +DEFAULT_TAG = "3.14" COPYRIGHT = f"""Python installation manager {__version__}