From 5f829e7fd3600c3144d340cfc64b0163084cd11d Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Tue, 16 Dec 2014 12:45:29 -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 f48548d..26da44f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "num" -version = "0.0.6" +version = "0.1.0" authors = ["The Rust Project Developers"] license = "MIT/Apache-2.0" homepage = "https://github.com/rust-lang/num"