diff options
author | Damien George <damien@micropython.org> | 2023-10-06 10:32:07 +1100 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2023-10-06 10:32:07 +1100 |
commit | e00a144008f368df878c12606fdbf651af2a1dc0 (patch) | |
tree | ace52dd63fe8a5fba048a2ac3d46c2ee3737a492 /py | |
parent | 6f76d1c7fa28c4bcb94a1fa33e3cca1ba8c8cdfd (diff) | |
download | micropython-e00a144008f368df878c12606fdbf651af2a1dc0.tar.gz micropython-e00a144008f368df878c12606fdbf651af2a1dc0.zip |
all: Bump version to 1.21.0.v1.21.0
Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'py')
-rw-r--r-- | py/mpconfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/py/mpconfig.h b/py/mpconfig.h index 9a7eb1b15d..eb3a0eb736 100644 --- a/py/mpconfig.h +++ b/py/mpconfig.h @@ -28,7 +28,7 @@ // Current version of MicroPython #define MICROPY_VERSION_MAJOR 1 -#define MICROPY_VERSION_MINOR 20 +#define MICROPY_VERSION_MINOR 21 #define MICROPY_VERSION_MICRO 0 // Combined version as a 32-bit number for convenience |