From 118227d6b9f7e1a4f6c5aa372c6779151866f004 Mon Sep 17 00:00:00 2001 From: sebcrozet Date: Thu, 17 May 2018 16:02:18 +0200 Subject: [PATCH] Release v0.14.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2857aef5..a4425d1b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nalgebra" -version = "0.14.3" +version = "0.14.4" authors = [ "Sébastien Crozet " ] description = "Linear algebra library with transformations and statically-sized or dynamically-sized matrices."