Skip to content

Commit

Permalink
Merge pull request #196 from MannLabs/bump_version
Browse files Browse the repository at this point in the history
bump version to 1.6.1
  • Loading branch information
mschwoer authored May 29, 2024
2 parents 7761ab0 + cf8807f commit 9473ea8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion release/macos/build_backend_macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ python -c "from huggingface_hub import get_full_repo_name; print('success')"

pip install build
python -m build
pip install "dist/alphadia-1.6.1-py3-none-any.whl"
pip install "dist/alphadia-1.6.1-py3-none-any.whl[stable]"

# Creating the stand-alone pyinstaller folder
pip install pyinstaller
Expand Down
2 changes: 1 addition & 1 deletion release/windows/build_backend.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ python -c 'from huggingface_hub import get_full_repo_name; print("success")'

pip install build
python -m build
pip install "dist/alphadia-1.6.1-py3-none-any.whl"
pip install "dist/alphadia-1.6.1-py3-none-any.whl[stable]"

# Creating the stand-alone pyinstaller folder
pip install pyinstaller tbb
Expand Down

0 comments on commit 9473ea8

Please sign in to comment.