Skip to content

Commit 2fb5dcf

Browse files
committed
cargo release version 0.7.1
1 parent f8c0cd8 commit 2fb5dcf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

algorithms/linfa-reduction/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "linfa-reduction"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
authors = [
55
"Lorenz Schmidt <[email protected]>",
66
"Gabriel Bathie <[email protected]>",

algorithms/linfa-tsne/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ rand = "0.8"
2727
approx = "0.4"
2828

2929
linfa-datasets = { version = "0.7.1", path = "../../datasets", features = ["iris"] }
30-
linfa-reduction = { version = "0.7.0", path = "../linfa-reduction" }
30+
linfa-reduction = { version = "0.7.1", path = "../linfa-reduction" }
3131

3232
[target.'cfg(not(target_family = "windows"))'.dev-dependencies]
3333
mnist = { version = "0.5", features = ["download"] }

0 commit comments

Comments
 (0)