bump to 0.2.3

This commit is contained in:
shenjack 2023-12-03 14:10:42 +08:00
parent 0f092d1c90
commit c81c2e407c
Signed by: shenjack
GPG Key ID: 7B1134A979775551
3 changed files with 11 additions and 3 deletions

View File

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

View File

@ -1,6 +1,14 @@
# Change log / 更新日志
## 0.2.3 (draft)
## 0.3.0 (draft)
## 0.2.3
### lndl-nuitka
- 现在如果没有找到 toml 解析器
- 提示安装库 的信息里不再带有 `tomllib`
- 标准库也想装 ? 🤣
## 0.2.2

View File

@ -4,7 +4,7 @@
# All rights reserved
# -------------------------------
__version__ = '0.2.2'
__version__ = '0.2.3'
from typing import TYPE_CHECKING