Skip to content

Commit 49e964b

Browse files
authored
Merge pull request #411 from Dirreke/release
release 0.18.0
2 parents 3aece3d + b9b57f0 commit 49e964b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lax/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lax"
3-
version = "0.17.0"
3+
version = "0.18.0"
44
authors = ["Toshiki Teramura <toshiki.teramura@gmail.com>"]
55
edition = "2021"
66

ndarray-linalg/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ndarray-linalg"
3-
version = "0.17.0"
3+
version = "0.18.0"
44
authors = ["Toshiki Teramura <toshiki.teramura@gmail.com>"]
55
edition = "2021"
66

@@ -52,7 +52,7 @@ features = ["approx", "std"]
5252
default-features = false
5353

5454
[dependencies.lax]
55-
version = "0.17.0"
55+
version = "0.18.0"
5656
path = "../lax"
5757
default-features = false
5858

0 commit comments

Comments
 (0)