Skip to content

Commit 06c4237

Browse files
authored
Merge pull request #57 from adafruit/tannewt-patch-7
Update versions for mpy-cross
2 parents 2c982ad + bab005f commit 06c4237

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

circuitpython_build_tools/target_versions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
# The tag specifies which version of CircuitPython to use for mpy-cross.
2626
# The name is used when constructing the zip file names.
2727
VERSIONS = [
28-
{"tag": "5.0.0-alpha.0", "name": "5.x"},
29-
{"tag": "6.0.0-alpha.0", "name": "6.x"},
28+
{"tag": "5.3.1", "name": "5.x"},
29+
{"tag": "6.0.1", "name": "6.x"},
3030
]

0 commit comments

Comments
 (0)