bump version number to 1.0.0

This commit is contained in:
2024-04-03 19:11:43 +02:00
parent 892fb1828a
commit a2422f776c
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "iter_accumulate" name = "iter_accumulate"
version = "0.1.0" version = "1.0.0"
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"