Skip to content

Commit b69e6b0

Browse files
committed
Bump version to 0.10
1 parent 2edf1f3 commit b69e6b0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "numpy"
3-
version = "0.9.0"
3+
version = "0.10.0"
44
authors = ["Toshiki Teramura <[email protected]>", "Yuji Kanagawa <[email protected]>"]
55
description = "Rust binding of NumPy C-API"
66
documentation = "https://rust-numpy.github.io/rust-numpy/numpy"

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ name = "numpy-test"
5858

5959
[dependencies]
6060
pyo3 = "0.11.1"
61-
numpy = "0.9.0"
61+
numpy = "0.10.0"
6262
```
6363

6464
```rust
@@ -100,11 +100,11 @@ name = "rust_ext"
100100
crate-type = ["cdylib"]
101101

102102
[dependencies]
103-
numpy = "0.9.0"
103+
numpy = "0.10.0"
104104
ndarray = "0.13"
105105

106106
[dependencies.pyo3]
107-
version = "0.9.0-alpha.1"
107+
version = "0.10.0"
108108
features = ["extension-module"]
109109
```
110110

0 commit comments

Comments
 (0)