From 8fbcc5bb1cce3342cefc84b416717dcb3f3161fc Mon Sep 17 00:00:00 2001 From: Bill Date: Thu, 17 Nov 2022 05:54:09 +0800 Subject: [PATCH] [skip ci] bump version number --- aquery_config.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/aquery_config.py b/aquery_config.py index f0e64a9..caa4faa 100644 --- a/aquery_config.py +++ b/aquery_config.py @@ -2,7 +2,7 @@ ## GLOBAL CONFIGURATION FLAGS -version_string = '0.5.2a' +version_string = '0.5.3a' add_path_to_ldpath = True rebuild_backend = False run_backend = True @@ -13,6 +13,8 @@ os_platform = 'unknown' build_driver = 'Auto' compilation_output = True +## END GLOBAL CONFIGURATION FLAGS + def init_config(): global __config_initialized__, os_platform, msbuildroot, build_driver ## SETUP ENVIRONMENT VARIABLES