Skip to content

Commit fb48539

Browse files
authored
Merge pull request #393 from Dirreke/release
release 0.17.0
2 parents 8614c16 + ec3edd3 commit fb48539

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: lax/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lax"
3-
version = "0.16.0"
3+
version = "0.17.0"
44
authors = ["Toshiki Teramura <[email protected]>"]
55
edition = "2018"
66

Diff for: ndarray-linalg/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ndarray-linalg"
3-
version = "0.16.0"
3+
version = "0.17.0"
44
authors = ["Toshiki Teramura <[email protected]>"]
55
edition = "2018"
66

@@ -43,7 +43,7 @@ features = ["approx", "std"]
4343
default-features = false
4444

4545
[dependencies.lax]
46-
version = "0.16.0"
46+
version = "0.17.0"
4747
path = "../lax"
4848
default-features = false
4949

0 commit comments

Comments
 (0)