From 16a751bbe05c55f3f0f837b298ce44ec686fa10c Mon Sep 17 00:00:00 2001 From: Vinzent Steinberg Date: Sun, 19 Nov 2017 11:08:33 +0100 Subject: [PATCH] Bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 61ccf43..95526f2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Vinzent Steinberg "] name = "average" -version = "0.6.2" +version = "0.6.3" license = "MIT/Apache-2.0" repository = "https://github.com/vks/average" description = "Calculate statistics iteratively"