From 20c4814e63cb1db36c7eb4bea6371ba946d92bfe Mon Sep 17 00:00:00 2001 From: Joel Natividad <1980690+jqnatividad@users.noreply.github.com> Date: Wed, 15 Jan 2025 23:19:19 -0500 Subject: [PATCH] 0.26.1 release --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bccf081..fd6a537 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "qsv-stats" -version = "0.26.0" #:version +version = "0.26.1" #:version authors = ["Joel Natividad "] description = "Computing summary statistics on streams." documentation = "https://docs.rs/qsv-stats"