Skip to content

Commit

Permalink
python polars 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 committed Oct 8, 2021
1 parent 0b97d94 commit 6e60818
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-py-release-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install maturin==0.11.0 pytest pandas
pip install maturin==0.11.0 pytest pandas pyarrow
- name: Run tests
run: |
cd py-polars
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.9.12"
version = "0.10.0"
authors = ["ritchie46 <ritchie46@gmail.com>"]
edition = "2018"
readme = "README.md"
Expand Down

0 comments on commit 6e60818

Please sign in to comment.