From edb5e98ff36e08dfce3df87008ed0404529cc183 Mon Sep 17 00:00:00 2001 From: "Kevin R. Thornton" Date: Mon, 26 Jan 2026 14:42:19 -0800 Subject: [PATCH] version number bump --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0febc155..8533c21a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tskit" -version = "0.15.0-alpha.3" +version = "0.15.0-alpha.4" authors = ["tskit developers "] build = "build.rs" edition = "2021"