From b2da8f0ac29f4daa904f99adf2aa4f6101f3f601 Mon Sep 17 00:00:00 2001 From: Ivan Ukhov Date: Sun, 21 Jun 2015 18:03:05 -0400 Subject: [PATCH] Bump the version number --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 34c0120..48b764d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fft" -version = "0.0.1" +version = "0.1.0" authors = ["Ivan Ukhov "] license = "MIT" repository = "https://github.com/stainless-steel/fft"