From 811fdb0f5082a02172b62bd785498fd2eba1e7ba Mon Sep 17 00:00:00 2001 From: Dehann Fourie <6412556+dehann@users.noreply.github.com> Date: Fri, 19 Aug 2022 09:54:23 -0700 Subject: [PATCH] bump v0.5.11 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index e7e16e3..dd60b1f 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.10" +version = "0.5.11" [deps] DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"