Skip to content

Commit e770080

Browse files
committed
Bump version to 0.8.0
1 parent e4cda28 commit e770080

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.7.0"
3+
version = "0.8.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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ name = "numpy-test"
5757

5858
[dependencies]
5959
pyo3 = "0.9.0"
60-
numpy = "0.7.0"
60+
numpy = "0.8.0"
6161
```
6262

6363
```rust
@@ -98,7 +98,7 @@ name = "rust_ext"
9898
crate-type = ["cdylib"]
9999

100100
[dependencies]
101-
numpy = "0.7.0"
101+
numpy = "0.8.0"
102102
ndarray = "0.13"
103103

104104
[dependencies.pyo3]

0 commit comments

Comments
 (0)