Skip to content

Commit 0b941e4

Browse files
committed
Bump version to 0.3.2
1 parent a837c63 commit 0b941e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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.3.1"
3+
version = "0.3.2"
44
authors = ["Toshiki Teramura <[email protected]>"]
55

66
description = "Rust binding of NumPy C-API"
@@ -12,6 +12,6 @@ license-file = "LICENSE"
1212
[dependencies]
1313
cfg-if = "0.1.5"
1414
libc = "0.2"
15-
num-complex = "0.1"
15+
num-complex = ">= 0.1"
1616
ndarray = ">= 0.11"
1717
pyo3 = "0.4.1"

0 commit comments

Comments
 (0)