0.0.3 update
This commit is contained in:
parent
f96a445ae2
commit
f92ac417de
@ -6,7 +6,7 @@ A python lib came from [Difficult Rocket](https://github.com/shenjackyuanjie/Dif
|
||||
|
||||
## Information/信息
|
||||
|
||||
- Version/版本: 0.0.2
|
||||
- Version/版本: 0.0.3
|
||||
|
||||
### Author/作者
|
||||
|
||||
|
@ -4,5 +4,5 @@
|
||||
# All rights reserved
|
||||
# -------------------------------
|
||||
|
||||
__version__ = '0.0.1'
|
||||
__version__ = '0.0.3'
|
||||
|
||||
|
@ -101,7 +101,6 @@ class Options:
|
||||
""" 如果子类定义了这个函数,则会在 __init__ 之后调用这个函数
|
||||
返回值为 True 则不会调用 load_file 函数
|
||||
"""
|
||||
#
|
||||
|
||||
def load_file(self) -> bool:
|
||||
"""如果子类定义了这个函数,则会在 __init__ 和 init 之后再调用这个函数
|
||||
|
@ -1,5 +1,5 @@
|
||||
[project]
|
||||
version = "0.0.2"
|
||||
version = "0.0.3"
|
||||
name = "lib-not-dr"
|
||||
|
||||
description = "A python lib created from Difficult Rocket development"
|
||||
|
Loading…
Reference in New Issue
Block a user