0.1.7!
This commit is contained in:
parent
f886a9bce8
commit
03adefb3ea
@ -6,7 +6,7 @@ A python lib came from [Difficult Rocket](https://github.com/shenjackyuanjie/Dif
|
||||
|
||||
## Information/信息
|
||||
|
||||
- Version/版本: 0.1.6
|
||||
- Version/版本: 0.1.7
|
||||
|
||||
### Author/作者
|
||||
|
||||
|
@ -4,4 +4,4 @@
|
||||
# All rights reserved
|
||||
# -------------------------------
|
||||
|
||||
__version__ = '0.1.6'
|
||||
__version__ = '0.1.7'
|
||||
|
@ -58,7 +58,7 @@ class CompilerHelper(Options):
|
||||
src_file: Path
|
||||
|
||||
python_cmd: str = 'python'
|
||||
compat_nuitka_version: VersionRequirement = VersionRequirement("~1.8.1") # STATIC VERSION
|
||||
compat_nuitka_version: VersionRequirement = VersionRequirement("~1.8.0") # STATIC VERSION
|
||||
|
||||
# 以下为 nuitka 的参数
|
||||
# nuitka options below
|
||||
|
@ -1,5 +1,5 @@
|
||||
[project]
|
||||
version = "0.1.6"
|
||||
version = "0.1.7"
|
||||
name = "lib-not-dr"
|
||||
description = "A python lib created from Difficult Rocket development"
|
||||
readme = "README.md"
|
||||
|
Loading…
Reference in New Issue
Block a user