bump 0.3.1
This commit is contained in:
parent
fc73ba2367
commit
ea2c084fbe
@ -6,7 +6,7 @@ A python lib came from [Difficult Rocket](https://github.com/shenjackyuanjie/Dif
|
|||||||
|
|
||||||
## Information/信息
|
## Information/信息
|
||||||
|
|
||||||
- Version / 版本: 0.3.0
|
- Version / 版本: 0.3.1
|
||||||
- Author / 作者: shenjackyuanjie <3695888@qq.com>
|
- Author / 作者: shenjackyuanjie <3695888@qq.com>
|
||||||
|
|
||||||
[shenjackyuanjie](https://github.com/shenjackyuanjie)
|
[shenjackyuanjie](https://github.com/shenjackyuanjie)
|
||||||
|
@ -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 继续后延
|
> logger 继续后延
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@ classifiers = [
|
|||||||
# 系统支持.
|
# 系统支持.
|
||||||
"Operating System :: OS Independent",
|
"Operating System :: OS Independent",
|
||||||
]
|
]
|
||||||
license = { file = "LICENSE" }
|
license = "MPL-2.0"
|
||||||
dynamic = ["version"]
|
dynamic = ["version"]
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
|
@ -9,7 +9,7 @@ from typing import TYPE_CHECKING
|
|||||||
if TYPE_CHECKING:
|
if TYPE_CHECKING:
|
||||||
from lib_not_dr import loggers, nuitka, types, command
|
from lib_not_dr import loggers, nuitka, types, command
|
||||||
|
|
||||||
_version_ = "0.3.0"
|
_version_ = "0.3.1"
|
||||||
|
|
||||||
# fmt: off
|
# fmt: off
|
||||||
__all__ = [
|
__all__ = [
|
||||||
|
Loading…
Reference in New Issue
Block a user