From a8bb2d4865e23304cbdb587bf57d75dc32819442 Mon Sep 17 00:00:00 2001 From: Peter Goodspeed-Niklaus Date: Thu, 5 May 2022 22:07:09 +0200 Subject: [PATCH] bump version in preparation for new release --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b605519..9d0b974 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "counter" -version = "0.5.4" +version = "0.5.5" authors = ["Peter Goodspeed-Niklaus "] description = "Simple package to count generic iterables" repository = "https://github.com/coriolinus/counter-rs"