From 410793a15c0ae7eb81e8c9b530eb1bb2a223e04e Mon Sep 17 00:00:00 2001 From: sebcrozet Date: Sun, 8 Sep 2019 22:21:21 +0200 Subject: [PATCH] Release v0.16.14 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 39b8b1d7..cf53f252 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nalgebra" -version = "0.16.13" +version = "0.16.14" authors = [ "Sébastien Crozet " ] description = "Linear algebra library with transformations and statically-sized or dynamically-sized matrices."