From 91cd6d2802ace1fede2909dd751459c84dc114e3 Mon Sep 17 00:00:00 2001 From: Vinzent Steinberg Date: Tue, 4 Jul 2023 19:50:18 +0200 Subject: [PATCH] Bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7e1c960..a9c93d8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT/Apache-2.0" name = "average" readme = "README.md" repository = "https://github.com/vks/average" -version = "0.14.0" +version = "0.14.1" edition = "2021" rust-version = "1.56" include = ["src/**/*", "benches/*", "LICENSE-*", "README.md"]