From 32ae02d87d04c62331b9c125f6747ad480211d42 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Sat, 13 Dec 2014 11:08:51 -0800 Subject: [PATCH] Bump version number --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f85e673..f48548d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "num" -version = "0.0.5" +version = "0.0.6" authors = ["The Rust Project Developers"] license = "MIT/Apache-2.0" homepage = "https://github.com/rust-lang/num"