From d35779d3f2a57c73992ae8270d8a858fc7151edc Mon Sep 17 00:00:00 2001 From: sebcrozet Date: Sun, 1 Sep 2019 21:08:48 +0200 Subject: [PATCH] Release v0.18.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c61c1e71..41ddde39 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nalgebra" -version = "0.18.1" +version = "0.18.2" authors = [ "Sébastien Crozet " ] description = "Linear algebra library with transformations and statically-sized or dynamically-sized matrices."