[Update] 更新版本号

pull/3791/head
Bai 2020-03-18 16:34:37 +08:00
parent 829a4406a2
commit ae98eee0c7
1 changed files with 1 additions and 1 deletions

View File

@ -7,6 +7,6 @@ __all__ = ['BASE_DIR', 'PROJECT_DIR', 'VERSION', 'CONFIG', 'DYNAMIC']
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
PROJECT_DIR = os.path.dirname(BASE_DIR)
VERSION = '1.5.6'
VERSION = '1.5.7'
CONFIG = ConfigManager.load_user_config()
DYNAMIC = ConfigManager.get_dynamic_config(CONFIG)