8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ddb71a commit 20f5797Copy full SHA for 20f5797
mpy_cross_multi/__main__.py
@@ -28,7 +28,7 @@ def _run():
28
idx = args.index("--micropython")
29
except ValueError:
30
# default if argument is not given
31
- mp_ver = "1.22"
+ mp_ver = "1.23"
32
else:
33
# argument is given
34
mp_ver = args.pop(idx + 1)
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "mpy-cross-multi"
3
-version = "1.1.0"
+version = "1.1.1"
4
description = "MicroPython cross-compiler targeting multiple runtime versions."
5
authors = ["David Lechner <david@pybricks.com>"]
6
license = "MIT"
0 commit comments