diff --git a/nalgebra-glm/Cargo.toml b/nalgebra-glm/Cargo.toml index 1edc35e1..5c2ae2e1 100644 --- a/nalgebra-glm/Cargo.toml +++ b/nalgebra-glm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nalgebra-glm" -version = "0.14.0" +version = "0.15.0" authors = ["sebcrozet "] description = "A computer-graphics oriented API for nalgebra, inspired by the C++ GLM library." diff --git a/nalgebra-lapack/Cargo.toml b/nalgebra-lapack/Cargo.toml index 16f0d24e..b7f296f0 100644 --- a/nalgebra-lapack/Cargo.toml +++ b/nalgebra-lapack/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nalgebra-lapack" -version = "0.19.0" +version = "0.20.0" authors = [ "Sébastien Crozet ", "Andrew Straw " ] description = "Matrix decompositions using nalgebra matrices and Lapack bindings." diff --git a/nalgebra-sparse/Cargo.toml b/nalgebra-sparse/Cargo.toml index c9ce218f..76fb408a 100644 --- a/nalgebra-sparse/Cargo.toml +++ b/nalgebra-sparse/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nalgebra-sparse" -version = "0.4.0" +version = "0.5.0" authors = [ "Andreas Longva", "Sébastien Crozet " ] edition = "2018" description = "Sparse matrix computation based on nalgebra."