Skip to content

Commit 5e144f2

Browse files
committed
Bump version to 0.4.1
1 parent 2dda531 commit 5e144f2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "numpy"
3-
version = "0.4.0"
3+
version = "0.4.1"
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"
@@ -14,7 +14,7 @@ libc = "0.2.44"
1414
num-complex = "0.2.1"
1515
num-traits = "0.2.6"
1616
ndarray = "0.12"
17-
pyo3 = "0.5.2"
17+
pyo3 = "0.5.3"
1818

1919
[features]
2020
# In default setting, python version is automatically detected

examples/linalg/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ ndarray = "0.12"
1414
ndarray-linalg = { version = "0.10", features = ["openblas"] }
1515

1616
[dependencies.pyo3]
17-
version = "0.5.2"
17+
version = "0.5.3"
1818
features = ["extension-module"]

examples/simple-extension/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ numpy = { path = "../.." }
1212
ndarray = "0.12"
1313

1414
[dependencies.pyo3]
15-
version = "0.5.2"
15+
version = "0.5.3"
1616
features = ["extension-module"]

0 commit comments

Comments
 (0)