From 6ed1a1be1e3f5ca93ad9df89afdacd49057db8f6 Mon Sep 17 00:00:00 2001 From: sebcrozet Date: Sat, 10 Nov 2018 13:53:52 +0100 Subject: [PATCH] Release v0.16.10 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ad702d62..94240d6f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nalgebra" -version = "0.16.9" +version = "0.16.10" authors = [ "Sébastien Crozet " ] description = "Linear algebra library with transformations and statically-sized or dynamically-sized matrices."