From fabe36f6b24c3e00bdd5d0345f8b8f7695656427 Mon Sep 17 00:00:00 2001 From: Vinzent Steinberg Date: Wed, 21 Jun 2017 19:42:07 +0200 Subject: [PATCH] Bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2286f12..61ccf43 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Vinzent Steinberg "] name = "average" -version = "0.6.1" +version = "0.6.2" license = "MIT/Apache-2.0" repository = "https://github.com/vks/average" description = "Calculate statistics iteratively"