We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81bc790 commit cee63c2Copy full SHA for cee63c2
README.md
@@ -1,13 +1,14 @@
1
-## python tools V1.4.2
+## python tools V1.4.3
2
* 不使用第三方wheel包
3
4
## 更新日志
5
+* 版本号支持4位版本号和3位版本号
6
-* update 支持模型加密解密操作,支持解密直接返回字节流
7
-* 引入新的cffi包
8
<details onclose>
9
<summary>查看更多更新日志</summary>
10
+* update 支持模型加密解密操作,支持解密直接返回字节流
11
+* 引入新的cffi包
12
* update 支持不使用图片进行打包
13
* update 支持python3.7进行打包
14
* update 路径转换无需判断路径是否真实存在
setup.py
@@ -12,7 +12,7 @@
find_packages("jade", pack_list)
setup(
name="jade",
15
- version="1.4.2",
+ version="1.4.3",
16
keywords=("pip", "jade", ""),
17
description="jade",
18
long_description="",
0 commit comments