From e6445c35a3feef8ec7f1ac09ec2212f3bd9245d1 Mon Sep 17 00:00:00 2001 From: Tongkun Zhang Date: Wed, 13 Apr 2022 13:30:33 -0400 Subject: [PATCH] bump to 2.3.3 --- scripts/makei | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/makei b/scripts/makei index 1b5b502..0ad982c 100755 --- a/scripts/makei +++ b/scripts/makei @@ -17,7 +17,7 @@ from makei.build import BuildEnv # nopep8 from makei.utils import Colors, colored, get_compile_targets_from_filenames # nopep8 -__version__ = "2.3.2" +__version__ = "2.3.3" def cli():