Skip to content

Commit 5ff1598

Browse files
author
Jing Ling
committed
v0.0.9
1 parent 57ddd50 commit 5ff1598

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

oneforall/config.py

-4
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@
99
import urllib3
1010
from loguru import logger
1111

12-
# 版本信息
13-
# OneForAll处于开发中,会进行版本快速迭代,请每次在使用前进行更新!
14-
oneforall_version = 'v0.0.8#dev'
15-
1612
# 路径设置
1713
oneforall_relpath = pathlib.Path(__file__).parent # oneforall代码相对路径
1814
oneforall_abspath = oneforall_relpath.resolve() # oneforall代码绝对路径

oneforall/oneforall.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
red = '\033[1;31m'
2929
end = '\033[0m'
3030

31-
version = 'v0.0.8#dev'
31+
version = 'v0.0.9#dev'
3232
message = white + '{' + red + version + white + '}'
3333

3434
banner = f"""

0 commit comments

Comments
 (0)