bump version number to 1.0.1

This commit is contained in:
2025-06-20 16:56:15 +02:00
parent 3ce16dbc2f
commit 02010fd0aa
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "iter_accumulate" name = "iter_accumulate"
version = "1.0.0" version = "1.0.1"
authors = ["Niklas Elsbrock <mail@nelsbrock.de>"] authors = ["Niklas Elsbrock <mail@nelsbrock.de>"]
edition = "2021" edition = "2021"
description = "An iterator adaptor that accumulates the elements and yields the current accumulated value for each iteration" description = "An iterator adaptor that accumulates the elements and yields the current accumulated value for each iteration"