From df0407ef44903d5de6483f769bda4edddb88413d Mon Sep 17 00:00:00 2001 From: sebcrozet Date: Sun, 17 Feb 2019 18:24:05 +0100 Subject: [PATCH] Release v0.17.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5894bfb0..dc351769 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nalgebra" -version = "0.17.0" +version = "0.17.1" authors = [ "Sébastien Crozet " ] description = "Linear algebra library with transformations and statically-sized or dynamically-sized matrices."