diff --git a/oneforall/config.py b/oneforall/config.py index cde2c5f..b332c3f 100644 --- a/oneforall/config.py +++ b/oneforall/config.py @@ -9,10 +9,6 @@ import pathlib import urllib3 from loguru import logger -# 版本信息 -# OneForAll处于开发中,会进行版本快速迭代,请每次在使用前进行更新! -oneforall_version = 'v0.0.8#dev' - # 路径设置 oneforall_relpath = pathlib.Path(__file__).parent # oneforall代码相对路径 oneforall_abspath = oneforall_relpath.resolve() # oneforall代码绝对路径 diff --git a/oneforall/oneforall.py b/oneforall/oneforall.py index b1a95a8..601dce0 100644 --- a/oneforall/oneforall.py +++ b/oneforall/oneforall.py @@ -28,7 +28,7 @@ blue = '\033[01;34m' red = '\033[1;31m' end = '\033[0m' -version = 'v0.0.8#dev' +version = 'v0.0.9#dev' message = white + '{' + red + version + white + '}' banner = f"""