From 713123565a1b66e4beda40b1368d54ae0cc68b32 Mon Sep 17 00:00:00 2001 From: Eduard Bopp Date: Sun, 22 Feb 2015 14:07:14 +0100 Subject: [PATCH] Release version 0.2.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3877a806..04d2006c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nalgebra" -version = "0.2.3" +version = "0.2.4" authors = [ "Sébastien Crozet " ] # FIXME: add the contributors. description = "Linear algebra library for computer physics, computer graphics and general low-dimensional linear algebra for Rust."