Skip to content

Commit 4635131

Browse files
committed
Bump up version
1 parent ea2c627 commit 4635131

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

66
description = "Linear algebra package for rust-ndarray using LAPACK"
@@ -9,7 +9,7 @@ repository = "https://github.com/termoshtt/ndarray-linalg"
99
keywords = ["ndarray", "lapack", "matrix"]
1010
license = "MIT"
1111
readme = "README.md"
12-
categories = ["Science"]
12+
categories = ["algorithms", "science"]
1313

1414
[features]
1515
default = ["openblas-static"]

0 commit comments

Comments
 (0)