From 4b6a69bb99783a09bd2d80b88494892bdcec13aa Mon Sep 17 00:00:00 2001 From: sebcrozet Date: Thu, 20 Sep 2018 21:02:58 +0200 Subject: [PATCH] Release v0.16.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ed2c9ba0..aeb56062 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nalgebra" -version = "0.16.1" +version = "0.16.2" authors = [ "Sébastien Crozet " ] description = "Linear algebra library with transformations and statically-sized or dynamically-sized matrices."