Bump version

This commit is contained in:
Vinzent Steinberg 2017-05-05 17:14:32 +02:00
parent 00515c02f3
commit 623c50c936

View File

@ -1,10 +1,11 @@
[package] [package]
authors = ["Vinzent Steinberg <Vinzent.Steinberg@gmail.com>"] authors = ["Vinzent Steinberg <Vinzent.Steinberg@gmail.com>"]
name = "average" name = "average"
version = "0.1.0" version = "0.2.0"
license = "MIT/Apache-2.0" license = "MIT/Apache-2.0"
repository = "https://github.com/vks/average" repository = "https://github.com/vks/average"
description = "Calculate the average of a sequence and its error iteratively" description = "Calculate the average of a sequence and its error iteratively"
readme = "README.md"
categories = ["science", "no-std"] categories = ["science", "no-std"]
keywords = ["statistics", "stats"] keywords = ["statistics", "stats"]