diff --git a/russell_lab/Cargo.toml b/russell_lab/Cargo.toml index a9819964..9a24a0e9 100644 --- a/russell_lab/Cargo.toml +++ b/russell_lab/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "russell_lab" -version = "1.7.0" +version = "1.8.0" edition = "2021" license = "MIT" description = "Scientific laboratory for linear algebra and numerical mathematics" diff --git a/russell_ode/Cargo.toml b/russell_ode/Cargo.toml index 569ef292..1edab147 100644 --- a/russell_ode/Cargo.toml +++ b/russell_ode/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "russell_ode" -version = "1.7.0" +version = "1.8.0" edition = "2021" license = "MIT" description = "Solvers for ordinary differential equations and differential algebraic equations" diff --git a/russell_sparse/Cargo.toml b/russell_sparse/Cargo.toml index c662e69b..32508f46 100644 --- a/russell_sparse/Cargo.toml +++ b/russell_sparse/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "russell_sparse" -version = "1.7.0" +version = "1.8.0" edition = "2021" license = "MIT" description = "Solvers for large sparse linear systems (wraps MUMPS and UMFPACK)" diff --git a/russell_stat/Cargo.toml b/russell_stat/Cargo.toml index 099e65ee..151f6de7 100644 --- a/russell_stat/Cargo.toml +++ b/russell_stat/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "russell_stat" -version = "1.7.0" +version = "1.8.0" edition = "2021" license = "MIT" description = "Statistics calculations and (engineering) probability distributions" diff --git a/russell_tensor/Cargo.toml b/russell_tensor/Cargo.toml index effc655e..0e9cb8a9 100644 --- a/russell_tensor/Cargo.toml +++ b/russell_tensor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "russell_tensor" -version = "1.7.0" +version = "1.8.0" edition = "2021" license = "MIT" description = "Tensor analysis, calculus, and functions for continuum mechanics"