0.2.0 release (logger wip

This commit is contained in:
shenjack 2023-11-26 01:33:28 +08:00
parent 2fa871addf
commit 8c0795eb9c
Signed by: shenjack
GPG Key ID: 7B1134A979775551
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ A python lib came from [Difficult Rocket](https://github.com/shenjackyuanjie/Dif
## Information/信息 ## Information/信息
- Version / 版本: 0.2.0-rc.10 - Version / 版本: 0.2.0
- Author / 作者: shenjackyuanjie <3695888@qq.com> - Author / 作者: shenjackyuanjie <3695888@qq.com>
> [shenjackyuanjie](https://github.com/shenjackyuanjie) > [shenjackyuanjie](https://github.com/shenjackyuanjie)

View File

@ -4,7 +4,7 @@
# All rights reserved # All rights reserved
# ------------------------------- # -------------------------------
__version__ = '0.2.0-rc.10' __version__ = '0.2.0'
from typing import TYPE_CHECKING from typing import TYPE_CHECKING