From 4a1950a19b8e302e01c124bd1a3b7a068e67ccca Mon Sep 17 00:00:00 2001 From: Dehann Fourie <6412556+dehann@users.noreply.github.com> Date: Fri, 17 Nov 2023 12:11:52 -0800 Subject: [PATCH] bump v0.5.12 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index dd60b1f..bd132e5 100644 --- a/Project.toml +++ b/Project.toml @@ -2,7 +2,7 @@ name = "KernelDensityEstimate" uuid = "2472808a-b354-52ea-a80e-1658a3c6056d" keywords = ["NBP", "nonparametric", "kernel density", "functional products", "multiscale", "Gibbs sampling", "KDE"] desc = "A modified version of the multiscale Gibbs product and KDE" -version = "0.5.11" +version = "0.5.12" [deps] DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"