From c54ea0d9627ef8da56f1242d0179ba792f3c467c Mon Sep 17 00:00:00 2001 From: Tongkun Zhang Date: Thu, 21 Apr 2022 17:58:21 -0400 Subject: [PATCH] bump to 2.3.5 --- scripts/makei | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/makei b/scripts/makei index 3629427..012419a 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.4" +__version__ = "2.3.5" def cli():