From 6f3ea66c10b38bf957580845e6973968fd0b595f Mon Sep 17 00:00:00 2001 From: Peter Goodspeed-Niklaus Date: Tue, 19 May 2020 10:59:02 +0200 Subject: [PATCH] bump version for new release --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 720b7c4..a55e643 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "counter" -version = "0.4.3" +version = "0.5.0" authors = ["Peter Goodspeed-Niklaus "] description = "Simple package to count generic iterables" repository = "https://github.com/coriolinus/counter-rs"