diff --git a/russell_lab/Cargo.toml b/russell_lab/Cargo.toml index f6d8f7ad..0d2818a9 100644 --- a/russell_lab/Cargo.toml +++ b/russell_lab/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "russell_lab" -version = "1.2.1" +version = "1.3.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 c7796a82..8fc5f75e 100644 --- a/russell_ode/Cargo.toml +++ b/russell_ode/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "russell_ode" -version = "1.2.1" +version = "1.3.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 13c22c28..ea01bf01 100644 --- a/russell_sparse/Cargo.toml +++ b/russell_sparse/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "russell_sparse" -version = "1.2.1" +version = "1.3.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 7f6e077c..98881393 100644 --- a/russell_stat/Cargo.toml +++ b/russell_stat/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "russell_stat" -version = "1.2.1" +version = "1.3.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 4d032e82..758c69b2 100644 --- a/russell_tensor/Cargo.toml +++ b/russell_tensor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "russell_tensor" -version = "1.2.1" +version = "1.3.0" edition = "2021" license = "MIT" description = "Tensor analysis, calculus, and functions for continuum mechanics"