Skip to content

Commit f621283

Browse files
committed
Bump version to 0.2
1 parent 0faf374 commit f621283

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nutpie"
3-
version = "0.1.3"
3+
version = "0.2.0"
44
authors = ["Adrian Seyboldt <[email protected]>"]
55
edition = "2021"
66

@@ -14,15 +14,15 @@ name = "nutpie"
1414
crate-type = ["cdylib"]
1515

1616
[dependencies]
17-
nuts-rs = "0.2.1"
18-
numpy = "0.16.2"
17+
nuts-rs = "0.3.0"
18+
numpy = "0.17.1"
1919
ndarray = "0.15.4"
2020
rand = "0.8.5"
2121
crossbeam = "0.8.1"
2222
thiserror = "1.0.31"
2323

2424
[dependencies.pyo3]
25-
version = "0.16.5"
25+
version = "0.17.1"
2626
features = ["extension-module", "auto-initialize"]
2727

2828
[dev-dependencies]

0 commit comments

Comments
 (0)