From 27a415d47f5354532400fe2c2df56b771772c610 Mon Sep 17 00:00:00 2001 From: sebcrozet Date: Sun, 27 May 2018 12:26:55 +0200 Subject: [PATCH] Release v0.15.1. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 44ca8975..c348abb9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nalgebra" -version = "0.15.0" +version = "0.15.1" authors = [ "Sébastien Crozet " ] description = "Linear algebra library with transformations and statically-sized or dynamically-sized matrices."