Skip to content

Commit

Permalink
unix: bump version in PYTHON.json to 4
Browse files Browse the repository at this point in the history
This should ahve been done a few commits ago...
  • Loading branch information
indygreg committed Feb 16, 2020
1 parent 0c1e828 commit cb4b4b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpython-unix/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit cb4b4b9

Please sign in to comment.