From e00a144008f368df878c12606fdbf651af2a1dc0 Mon Sep 17 00:00:00 2001 From: Damien George Date: Fri, 6 Oct 2023 10:32:07 +1100 Subject: [PATCH] all: Bump version to 1.21.0. Signed-off-by: Damien George --- py/mpconfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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