From 1b66305db7ffd1261da1e4c2217593867df119f2 Mon Sep 17 00:00:00 2001 From: Vinzent Steinberg Date: Mon, 29 May 2017 00:59:21 +0200 Subject: [PATCH] Bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1be497b..9a8006b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Vinzent Steinberg "] name = "average" -version = "0.5.0" +version = "0.6.0" license = "MIT/Apache-2.0" repository = "https://github.com/vks/average" description = "Calculate statistics iteratively"