diff --git a/README.md b/README.md index 28143f0..eb465b2 100644 --- a/README.md +++ b/README.md @@ -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/作者 diff --git a/lib_not_dr/__init__.py b/lib_not_dr/__init__.py index b7a1d2e..c0958cc 100644 --- a/lib_not_dr/__init__.py +++ b/lib_not_dr/__init__.py @@ -4,4 +4,4 @@ # All rights reserved # ------------------------------- -__version__ = '0.1.6' +__version__ = '0.1.7' diff --git a/lib_not_dr/nuitka/compile.py b/lib_not_dr/nuitka/compile.py index a6b428a..856cef5 100644 --- a/lib_not_dr/nuitka/compile.py +++ b/lib_not_dr/nuitka/compile.py @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 54cff51..c69710b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"