bump to 0.2.3
This commit is contained in:
parent
0f092d1c90
commit
c81c2e407c
@ -6,7 +6,7 @@ A python lib came from [Difficult Rocket](https://github.com/shenjackyuanjie/Dif
|
||||
|
||||
## Information/信息
|
||||
|
||||
- Version / 版本: 0.2.2
|
||||
- Version / 版本: 0.2.3
|
||||
- Author / 作者: shenjackyuanjie <3695888@qq.com>
|
||||
|
||||
> [shenjackyuanjie](https://github.com/shenjackyuanjie)
|
||||
|
@ -1,6 +1,14 @@
|
||||
# Change log / 更新日志
|
||||
|
||||
## 0.2.3 (draft)
|
||||
## 0.3.0 (draft)
|
||||
|
||||
## 0.2.3
|
||||
|
||||
### lndl-nuitka
|
||||
|
||||
- 现在如果没有找到 toml 解析器
|
||||
- 提示安装库 的信息里不再带有 `tomllib` 了
|
||||
- 标准库也想装 ? 🤣
|
||||
|
||||
## 0.2.2
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
# All rights reserved
|
||||
# -------------------------------
|
||||
|
||||
__version__ = '0.2.2'
|
||||
__version__ = '0.2.3'
|
||||
|
||||
from typing import TYPE_CHECKING
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user