From f68f7f4f00ba50625f378363e533622f6c2d6534 Mon Sep 17 00:00:00 2001 From: sebcrozet Date: Thu, 13 Sep 2018 09:21:21 +0200 Subject: [PATCH] Release v0.16.1. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b1a70b3e..436a822b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nalgebra" -version = "0.16.0" +version = "0.16.1" authors = [ "Sébastien Crozet " ] description = "Linear algebra library with transformations and statically-sized or dynamically-sized matrices."