From 7dd84a75e9e06de86631ad4b1c0fe2af9bdb1f84 Mon Sep 17 00:00:00 2001 From: Sebastien Soudan Date: Tue, 11 Oct 2022 22:53:19 -0700 Subject: [PATCH] [version] -> 0.3.0 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b42fe5c..fdcfc8a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bootstrap-ht" -version = "0.2.0" +version = "0.3.0" edition = "2021" authors = ["Sebastien Soudan "] description = "Bootstrap Hypothesis Testing" @@ -38,4 +38,4 @@ approx = "0" rand_chacha = "0" criterion = "0" rand_distr = "0" -itertools = "0" \ No newline at end of file +itertools = "0"