This commit is contained in:
shenjack 2023-09-20 00:23:28 +08:00
parent f886a9bce8
commit 03adefb3ea
Signed by: shenjack
GPG Key ID: 7B1134A979775551
4 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@ A python lib came from [Difficult Rocket](https://github.com/shenjackyuanjie/Dif
## Information/信息 ## Information/信息
- Version/版本: 0.1.6 - Version/版本: 0.1.7
### Author/作者 ### Author/作者

View File

@ -4,4 +4,4 @@
# All rights reserved # All rights reserved
# ------------------------------- # -------------------------------
__version__ = '0.1.6' __version__ = '0.1.7'

View File

@ -58,7 +58,7 @@ class CompilerHelper(Options):
src_file: Path src_file: Path
python_cmd: str = 'python' 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 的参数
# nuitka options below # nuitka options below

View File

@ -1,5 +1,5 @@
[project] [project]
version = "0.1.6" version = "0.1.7"
name = "lib-not-dr" name = "lib-not-dr"
description = "A python lib created from Difficult Rocket development" description = "A python lib created from Difficult Rocket development"
readme = "README.md" readme = "README.md"