From e3809ef06d6a846a208813f150787b003ace5841 Mon Sep 17 00:00:00 2001 From: Eduard Bopp Date: Wed, 22 Apr 2015 19:18:45 +0200 Subject: [PATCH] Release v0.2.11 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2a3dbad9..8774a469 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nalgebra" -version = "0.2.10" +version = "0.2.11" 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."