Skip to content

Commit

Permalink
bump version to 4.0.11 and update build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Neutree committed Apr 25, 2024
1 parent b5f4d75 commit 4af1a32
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/build_maixcam.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,11 @@ jobs:
whereis python3
# export PATH=~/.local/bin/:$PATH
# pull sipeed/MaixCDK repo here first
pwd_path=$(pwd)
cd ~
git clone https://github.com/sipeed/MaixCDK --depth=1
export MAIXCDK_PATH=`pwd`/MaixCDK
cd $pwd_path
python -m pip install -U pip setuptools
python -m pip install -r MaixCDK/requirements.txt
echo "--------------------------------"
Expand Down
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 = 0
version_patch = 10
version_patch = 11

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

0 comments on commit 4af1a32

Please sign in to comment.