From 42dd8a187362908d30bda8715b15398519cd30e8 Mon Sep 17 00:00:00 2001 From: Ryan Kurte Date: Sun, 7 Jul 2019 14:23:03 +1200 Subject: [PATCH] (cargo-release) version 0.2.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 79e9218..abf3106 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rolling-stats" -version = "0.1.1" +version = "0.2.0" 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"