Skip to content

Commit

Permalink
python 0.10.11
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 committed Oct 29, 2021
1 parent 38df33e commit f989d0c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/create-py-release-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ jobs:
rustup override set nightly-2021-10-21
export RUSTFLAGS='-C target-feature=+fxsr,+sse,+sse2,+sse3'
maturin publish \
--no-sdist \
--skip-existing \
-o wheels \
-i python \
Expand Down
2 changes: 1 addition & 1 deletion py-polars/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion py-polars/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "py-polars"
version = "0.10.10"
version = "0.10.11"
authors = ["ritchie46 <ritchie46@gmail.com>"]
edition = "2018"
readme = "README.md"
Expand Down

0 comments on commit f989d0c

Please sign in to comment.