From b9d23fe1c2b3ceacba95381fe71d8b0a11df3f44 Mon Sep 17 00:00:00 2001 From: sebcrozet Date: Sat, 22 Sep 2018 16:19:43 +0200 Subject: [PATCH] Release v0.16.3. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index aeb56062..d9aa3aa2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nalgebra" -version = "0.16.2" +version = "0.16.3" authors = [ "Sébastien Crozet " ] description = "Linear algebra library with transformations and statically-sized or dynamically-sized matrices."