From d9f0b056c696ee8cfe8ba16ea466159ed1e8a9a1 Mon Sep 17 00:00:00 2001 From: Vinzent Steinberg Date: Wed, 10 Jan 2018 16:06:13 +0100 Subject: [PATCH] Bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b3ab73f..c826900 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Vinzent Steinberg "] name = "average" -version = "0.6.3" +version = "0.7.0" license = "MIT/Apache-2.0" repository = "https://github.com/vks/average" description = "Calculate statistics iteratively"