From 02010fd0aa198fb63f561a22c061e63640565dfc Mon Sep 17 00:00:00 2001 From: Niklas Elsbrock Date: Fri, 20 Jun 2025 16:56:15 +0200 Subject: [PATCH] bump version number to 1.0.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f5ffa98..a5bfaf0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "iter_accumulate" -version = "1.0.0" +version = "1.0.1" authors = ["Niklas Elsbrock "] edition = "2021" description = "An iterator adaptor that accumulates the elements and yields the current accumulated value for each iteration"