From 4e893730a79c3b3158a5698b8033af5598506a42 Mon Sep 17 00:00:00 2001 From: dvarrel Date: Sun, 2 Feb 2020 08:33:17 +0100 Subject: [PATCH] version number --- st7789/st7789.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/st7789/st7789.c b/st7789/st7789.c index c51809a..72f6b38 100644 --- a/st7789/st7789.c +++ b/st7789/st7789.c @@ -22,7 +22,7 @@ * THE SOFTWARE. */ -#define __ST7789_VERSION__ "0.1.4" +#define __ST7789_VERSION__ "0.1.5" #include "py/obj.h" #include "py/runtime.h"