From cef1b0c6443d9a79d6af1a08f503208b58c4844e Mon Sep 17 00:00:00 2001 From: Tongkun Zhang Date: Mon, 9 May 2022 09:12:40 -0400 Subject: [PATCH] bump to 2.3.6 --- scripts/makei | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/makei b/scripts/makei index 012419a..d493608 100755 --- a/scripts/makei +++ b/scripts/makei @@ -18,7 +18,7 @@ from makei.build import BuildEnv # nopep8 from makei.utils import Colors, colored, get_compile_targets_from_filenames, run_command # nopep8 -__version__ = "2.3.5" +__version__ = "2.3.6" def cli():