Skip to content

Commit

Permalink
Bump versions due to improvements on russell_ode
Browse files Browse the repository at this point in the history
  • Loading branch information
cpmech committed May 21, 2024
1 parent c40f520 commit 5726bec
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion russell_lab/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "russell_lab"
version = "1.5.0"
version = "1.6.0"
edition = "2021"
license = "MIT"
description = "Scientific laboratory for linear algebra and numerical mathematics"
Expand Down
2 changes: 1 addition & 1 deletion russell_ode/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "russell_ode"
version = "1.5.1"
version = "1.6.0"
edition = "2021"
license = "MIT"
description = "Solvers for ordinary differential equations and differential algebraic equations"
Expand Down
2 changes: 1 addition & 1 deletion russell_sparse/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "russell_sparse"
version = "1.5.1"
version = "1.6.0"
edition = "2021"
license = "MIT"
description = "Solvers for large sparse linear systems (wraps MUMPS and UMFPACK)"
Expand Down
2 changes: 1 addition & 1 deletion russell_stat/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "russell_stat"
version = "1.5.1"
version = "1.6.0"
edition = "2021"
license = "MIT"
description = "Statistics calculations and (engineering) probability distributions"
Expand Down
2 changes: 1 addition & 1 deletion russell_tensor/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "russell_tensor"
version = "1.5.1"
version = "1.6.0"
edition = "2021"
license = "MIT"
description = "Tensor analysis, calculus, and functions for continuum mechanics"
Expand Down

0 comments on commit 5726bec

Please sign in to comment.