From f5872601e3d01d9ad8a4c2e289df45b70b48cd17 Mon Sep 17 00:00:00 2001 From: Brian Martin Date: Fri, 20 Mar 2026 15:13:51 -0700 Subject: [PATCH] bump version to 1.0.1-alpha.0 Co-Authored-By: Claude Opus 4.6 (1M context) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1e4af73..2b7a3e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clocksource" -version = "1.0.0" +version = "1.0.1-alpha.0" authors = ["Brian Martin "] edition = "2024" description = "Library for times and durations with fixed-size representations"