From 007d94a5496d3a80b0592d3775fae6363e76c34a Mon Sep 17 00:00:00 2001 From: Brian Martin Date: Fri, 20 Mar 2026 15:04:52 -0700 Subject: [PATCH] chore: bump to 1.0.1-alpha.0 for next development iteration --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bf63d5f..5e7c4c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "histogram" -version = "1.0.0" +version = "1.0.1-alpha.0" edition = "2024" authors = ["Brian Martin "] license = "MIT OR Apache-2.0"