From 2377b828b2683b1140af6f6a4dbc3c19b61058d3 Mon Sep 17 00:00:00 2001 From: Ryan Kurte Date: Thu, 11 Jul 2019 14:01:23 +1200 Subject: [PATCH] (cargo-release) version 0.3.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d82a1a9..8fba797 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rolling-stats" -version = "0.2.1" +version = "0.3.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"