Skip to content

Commit

Permalink
bump versioin to v4.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Neutree committed Jan 14, 2025
1 parent d3ee83a commit 9d6dfe9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion maix/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@

version_major = 4
version_minor = 10
version_patch = 0
version_patch = 1

__version__ = "{}.{}.{}".format(version_major, version_minor, version_patch)
2 changes: 1 addition & 1 deletion maix/version_base_system.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20250113
20250114
4 changes: 2 additions & 2 deletions projects/app_human_pose_classifier/app.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
id: human_pose_classifier
name: Human Pose Classifier
name: Pose Classifier
name[zh]: 人体姿态分类
version: 1.0.0
version: 1.0.1
author: Taorye@Sipeed
icon: icon.json
desc: Detect human body 17 keypoints and then classify the pose.
Expand Down

0 comments on commit 9d6dfe9

Please sign in to comment.