From 2566d53ad26f06ecb0f6b3003b4c2b331223f635 Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Tue, 6 Feb 2018 17:01:43 -0800 Subject: [PATCH] Bump to 0.2.0 final --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e37d337..df1c313 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ categories = [ "algorithms", "science" ] license = "MIT/Apache-2.0" repository = "https://github.com/rust-num/num-traits" name = "num-traits" -version = "0.2.0-pre" +version = "0.2.0" readme = "README.md" [dependencies]