Skip to content

Commit cee63c2

Browse files
committed
update 更新版本号支持4位版本号和3位版本号
1 parent 81bc790 commit cee63c2

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
1-
## python tools V1.4.2
1+
## python tools V1.4.3
22
* 不使用第三方wheel包
33

44
## 更新日志
5+
* 版本号支持4位版本号和3位版本号
56

6-
* update 支持模型加密解密操作,支持解密直接返回字节流
7-
* 引入新的cffi包
87
<details onclose>
98
<summary>查看更多更新日志</summary>
109

10+
* update 支持模型加密解密操作,支持解密直接返回字节流
11+
* 引入新的cffi包
1112
* update 支持不使用图片进行打包
1213
* update 支持python3.7进行打包
1314
* update 路径转换无需判断路径是否真实存在

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
find_packages("jade", pack_list)
1313
setup(
1414
name="jade",
15-
version="1.4.2",
15+
version="1.4.3",
1616
keywords=("pip", "jade", ""),
1717
description="jade",
1818
long_description="",

0 commit comments

Comments
 (0)