From 5ff1598d8248793a162a893deb0a183f0294633e Mon Sep 17 00:00:00 2001 From: Jing Ling Date: Thu, 20 Feb 2020 15:05:46 +0800 Subject: [PATCH] v0.0.9 --- oneforall/config.py | 4 ---- oneforall/oneforall.py | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) 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"""