From efaca98d0cbdba4c1325ab9450d9274ea6662fd8 Mon Sep 17 00:00:00 2001 From: Vinzent Steinberg Date: Fri, 19 May 2017 17:54:22 +0200 Subject: [PATCH] Bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6f5881e..d269ed1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Vinzent Steinberg "] name = "average" -version = "0.2.0" +version = "0.3.0" license = "MIT/Apache-2.0" repository = "https://github.com/vks/average" description = "Calculate the average of a sequence and its error iteratively"