py/persistentcode: Bump .mpy sub-version.

This is required because the previous commit changed the .mpy native ABI.

Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
Damien George
2023-10-16 10:48:36 +11:00
parent 9b63421fb3
commit 6967ff3c58
4 changed files with 5 additions and 5 deletions

View File

@@ -88,7 +88,7 @@ class FreezeError(Exception):
class Config:
MPY_VERSION = 6
MPY_SUB_VERSION = 1
MPY_SUB_VERSION = 2
MICROPY_LONGINT_IMPL_NONE = 0
MICROPY_LONGINT_IMPL_LONGLONG = 1
MICROPY_LONGINT_IMPL_MPZ = 2