diff --git a/Cargo.toml b/Cargo.toml index 4f6c1e6..0bf3387 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Vinzent Steinberg "] name = "average" -version = "0.4.0" +version = "0.5.0" license = "MIT/Apache-2.0" repository = "https://github.com/vks/average" description = "Calculate the average of a sequence and its error iteratively"