From d6b5c7f8f7d088baac39d63daa876e0d3ea34cce Mon Sep 17 00:00:00 2001 From: sebcrozet Date: Mon, 18 Mar 2019 11:24:40 +0100 Subject: [PATCH] Release v0.17.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 43323c94..553c8835 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nalgebra" -version = "0.17.2" +version = "0.17.3" authors = [ "Sébastien Crozet " ] description = "Linear algebra library with transformations and statically-sized or dynamically-sized matrices."