From 7e62bfcf6b1e86009e0afd1fafc936d483e1d691 Mon Sep 17 00:00:00 2001 From: Eduard Bopp Date: Tue, 17 Feb 2015 14:32:27 +0100 Subject: [PATCH] Bump to version 0.2.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 80a1c6fd..3877a806 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nalgebra" -version = "0.2.2" +version = "0.2.3" 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."