From 3502149e327ac156311a67857aabb76d9e44ce3a Mon Sep 17 00:00:00 2001 From: Matt McPherrin <git@mcpherrin.ca> Date: Wed, 15 Jul 2015 21:22:57 -0700 Subject: [PATCH] Bump to 0.0.1 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6263354..e691e0e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "goertzel" -version = "0.0.0" -authors = ["Matt McPherrin <git@mcpherrin.ca>"] +version = "0.0.1" +authors = ["Matt McPherrin <matt@mcpherrin.ca>"] repository = "https://github.com/mcpherrinm/goertzel.git" keywords = ["dsp", "goertzel", "fft", "fourier"] license = "MIT" -- GitLab