From 79a539277dfbc99946bf13d102746705e3c38cbe Mon Sep 17 00:00:00 2001 From: Ryan Kurte Date: Sun, 7 Jul 2019 14:26:53 +1200 Subject: [PATCH] (cargo-release) version 0.2.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index abf3106..d82a1a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rolling-stats" -version = "0.2.0" +version = "0.2.1" description = "Rolling statistics calculations (min/max/mean/std_dev) over arbitrary floating point numbers based on Welford's Online Algorithm" authors = ["Ryan Kurte "] repository = "https://github.com/ryankurte/rust-rolling-stats"