bump 0.3.1

This commit is contained in:
shenjack 2023-12-09 16:53:24 +08:00
parent fc73ba2367
commit ea2c084fbe
Signed by: shenjack
GPG Key ID: 7B1134A979775551
4 changed files with 9 additions and 5 deletions

View File

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

View File

@ -1,6 +1,10 @@
# lndl 0.3.0 (draft)
# lndl 0.3
## 0.3.0 (draft)
## 0.3.1
将 Python 包的 `license` 改为 `MPL-2.0`
## 0.3.0
> logger 继续后延

View File

@ -21,7 +21,7 @@ classifiers = [
# 系统支持.
"Operating System :: OS Independent",
]
license = { file = "LICENSE" }
license = "MPL-2.0"
dynamic = ["version"]
[build-system]

View File

@ -9,7 +9,7 @@ from typing import TYPE_CHECKING
if TYPE_CHECKING:
from lib_not_dr import loggers, nuitka, types, command
_version_ = "0.3.0"
_version_ = "0.3.1"
# fmt: off
__all__ = [