Skip to content

Commit a0be442

Browse files
committed
bump version to v4.14.5, fix build error
1 parent a8dc444 commit a0be442

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

maix/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33

44
version_major = 4
55
version_minor = 11
6-
version_patch = 4
6+
version_patch = 5
77

88
__version__ = "{}.{}.{}".format(version_major, version_minor, version_patch)

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,7 @@ def has_ext_modules(foo):
294294
wheel_path_r = "dist/temp/maixpy-{}.dist-info/WHEEL".format(__version__)
295295
with open(wheel_path_r, "r", encoding="utf-8") as f:
296296
lines = f.readlines()
297+
os.makedirs(os.path.dirname(wheel_path), exist_ok=True)
297298
with open(wheel_path, "w", encoding="utf-8") as f:
298299
for line in lines:
299300
if line.startswith("Tag:"):

0 commit comments

Comments
 (0)