From 26cac8d2a8d1d1aa3981f436c90048f88a681d78 Mon Sep 17 00:00:00 2001 From: Oscar Smith Date: Tue, 12 Aug 2025 13:07:41 -0600 Subject: [PATCH] bump version for new release new release for https://github.com/JuliaStats/Statistics.jl/pull/189 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 5c4c36e..7bba638 100644 --- a/Project.toml +++ b/Project.toml @@ -3,7 +3,7 @@ uuid = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" keywords = ["statistics"] license = "MIT" desc = "Basic statistics for Julia." -version = "1.11.2" +version = "1.11.3" [compat] julia = "1.9.4"