From 647c8b96cae7e202c7a020395b7cfe65e5b8ce04 Mon Sep 17 00:00:00 2001 From: Damien George Date: Thu, 11 Sep 2025 14:21:12 +1000 Subject: [PATCH] all: Bump version to 1.26.1. 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 8775b74bb6..311d7bba47 100644 --- a/py/mpconfig.h +++ b/py/mpconfig.h @@ -31,7 +31,7 @@ // are unavailable. #define MICROPY_VERSION_MAJOR 1 #define MICROPY_VERSION_MINOR 26 -#define MICROPY_VERSION_MICRO 0 +#define MICROPY_VERSION_MICRO 1 #define MICROPY_VERSION_PRERELEASE 0 // Combined version as a 32-bit number for convenience to allow version