From 267e52a13492ee545a5461ac5a7802fa242f9ab5 Mon Sep 17 00:00:00 2001 From: Vinzent Steinberg Date: Fri, 26 Apr 2024 13:24:39 +0200 Subject: [PATCH] Bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2a1666c..7d6afe7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0" name = "average" readme = "README.md" repository = "https://github.com/vks/average" -version = "0.15.0" +version = "0.15.1" edition = "2021" rust-version = "1.61" include = ["src/**/*", "benches/*", "LICENSE-*", "README.md"]