Skip to content

Commit

Permalink
Bump version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EricLBuehler committed Jan 22, 2025
1 parent 14b871c commit 30b429b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions mistralrs-pyo3/generate_wheels.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,4 @@ maturin build -o wheels-mkl -m mistralrs-pyo3/Cargo.toml --interpreter python3.1
# twine upload --repository pypi --password PASSWORD --username __token__ wheels-metal/*.whl
# ⚠️ Need both x86_64 and aarch64 builds before this! ⚠️
# twine upload --repository pypi --password PASSWORD --username __token__ wheels-cpu/*.whl

2 changes: 1 addition & 1 deletion mistralrs-pyo3/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["maturin==1.4"]
requires = ["maturin==1.7"]
build-backend = "maturin"

[project]
Expand Down

0 comments on commit 30b429b

Please sign in to comment.