0.0.3 update

This commit is contained in:
shenjack 2023-06-24 21:11:11 +08:00
parent f96a445ae2
commit f92ac417de
4 changed files with 3 additions and 4 deletions

View File

@ -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/作者

View File

@ -4,5 +4,5 @@
# All rights reserved
# -------------------------------
__version__ = '0.0.1'
__version__ = '0.0.3'

View File

@ -101,7 +101,6 @@ class Options:
""" 如果子类定义了这个函数,则会在 __init__ 之后调用这个函数
返回值为 True 则不会调用 load_file 函数
"""
#
def load_file(self) -> bool:
"""如果子类定义了这个函数,则会在 __init__ 和 init 之后再调用这个函数

View File

@ -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"