From 75a9dc7b84f951c9cb80abc680fc5e77c6b9973d Mon Sep 17 00:00:00 2001 From: Pierre Krieger Date: Mon, 23 Mar 2015 14:38:59 +0100 Subject: [PATCH] Bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 338e4c2c..58c3b4aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nalgebra" -version = "0.2.5" +version = "0.2.6" 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."