From 1cdad4c7c6e15cac85226e4bc962722f7295c0c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Crozet?= Date: Fri, 28 Apr 2017 19:15:57 +0200 Subject: [PATCH] Release v0.12.1. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f53a1e5d..07198fe9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nalgebra" -version = "0.12.0" +version = "0.12.1" authors = [ "Sébastien Crozet " ] description = "Linear algebra library with transformations and satically-sized or dynamically-sized matrices."