From 4b3ae48833123e7f609a7732070a6c072b237c25 Mon Sep 17 00:00:00 2001 From: Matt McPherrin <git@mcpherrin.ca> Date: Thu, 16 Jul 2015 15:57:44 -0700 Subject: [PATCH] Bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e691e0e..5ea09a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "goertzel" -version = "0.0.1" +version = "0.2.0" authors = ["Matt McPherrin <matt@mcpherrin.ca>"] repository = "https://github.com/mcpherrinm/goertzel.git" keywords = ["dsp", "goertzel", "fft", "fourier"] -- GitLab