From 32f207881e0470beffeea012b1886fc28a2b4fff Mon Sep 17 00:00:00 2001 From: Eduard Bopp Date: Thu, 5 Mar 2015 13:24:35 +0100 Subject: [PATCH] Release version 0.2.5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 04d2006c..9fb6ad36 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nalgebra" -version = "0.2.4" +version = "0.2.5" 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."