Skip to content

Commit d55d471

Browse files
committed
Bump version to 0.13.1
1 parent 8a6667b commit d55d471

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
- v0.13.1
4+
- Allow ndarray `>=0.13, < 0.15` to work with Rust 1.41.1.
5+
36
- v0.13.0
47
- Bump num-complex to 0.3
58
- Bump ndarray to 0.14

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.13.0"
3+
version = "0.13.1"
44
authors = ["Toshiki Teramura <[email protected]>", "Yuji Kanagawa <[email protected]>"]
55
description = "Rust binding of NumPy C-API"
66
documentation = "https://pyo3.github.io/rust-numpy/numpy"

0 commit comments

Comments
 (0)