From 623c50c936ee0b3b39a36fef1396e2f8bfe9a2ff Mon Sep 17 00:00:00 2001 From: Vinzent Steinberg Date: Fri, 5 May 2017 17:14:32 +0200 Subject: [PATCH] Bump version --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 156c503..6f5881e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,11 @@ [package] authors = ["Vinzent Steinberg "] name = "average" -version = "0.1.0" +version = "0.2.0" license = "MIT/Apache-2.0" repository = "https://github.com/vks/average" description = "Calculate the average of a sequence and its error iteratively" +readme = "README.md" categories = ["science", "no-std"] keywords = ["statistics", "stats"]