From cb4b4b951ddb4dd4447fbf801185dab475f293e8 Mon Sep 17 00:00:00 2001 From: Gregory Szorc Date: Sun, 16 Feb 2020 15:43:04 -0800 Subject: [PATCH] unix: bump version in PYTHON.json to 4 This should ahve been done a few commits ago... --- cpython-unix/build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpython-unix/build.py b/cpython-unix/build.py index e565770a..aa3de1f7 100755 --- a/cpython-unix/build.py +++ b/cpython-unix/build.py @@ -646,7 +646,7 @@ def build_cpython( # Create PYTHON.json file describing this distribution. python_info = { - "version": "3", + "version": "4", "os": os_name, "arch": "x86_64", "python_flavor": "cpython",