Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
russell_lab@1.1.0
russell_ode@1.1.0
russell_sparse@1.1.0
russell_tensor@1.1.0

Generated by cargo-workspaces
  • Loading branch information
cpmech committed Apr 19, 2024
1 parent 8b402bc commit 18f2bf2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.0.0"
version = "1.1.0"
edition = "2021"
license = "MIT"
description = "Matrix-vector laboratory including linear algebra tools"
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.0.0"
version = "1.1.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.0.0"
version = "1.1.0"
edition = "2021"
license = "MIT"
description = "Sparse matrix tools and solvers"
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.0.0"
version = "1.1.0"
edition = "2021"
license = "MIT"
description = "Tensor analysis structures and functions for continuum mechanics"
Expand Down

0 comments on commit 18f2bf2

Please sign in to comment.