Skip to content

Commit

Permalink
Merge pull request #145 from PyO3/release-0.10
Browse files Browse the repository at this point in the history
Bump version to 0.10
  • Loading branch information
kngwyu committed Jul 16, 2020
2 parents 2edf1f3 + b69e6b0 commit d4265e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "numpy"
version = "0.9.0"
version = "0.10.0"
authors = ["Toshiki Teramura <[email protected]>", "Yuji Kanagawa <[email protected]>"]
description = "Rust binding of NumPy C-API"
documentation = "https://rust-numpy.github.io/rust-numpy/numpy"
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ name = "numpy-test"

[dependencies]
pyo3 = "0.11.1"
numpy = "0.9.0"
numpy = "0.10.0"
```

```rust
Expand Down Expand Up @@ -100,11 +100,11 @@ name = "rust_ext"
crate-type = ["cdylib"]

[dependencies]
numpy = "0.9.0"
numpy = "0.10.0"
ndarray = "0.13"

[dependencies.pyo3]
version = "0.9.0-alpha.1"
version = "0.10.0"
features = ["extension-module"]
```

Expand Down

0 comments on commit d4265e1

Please sign in to comment.