From 0ec024341bf65254158c1d493de3122c53ca918c Mon Sep 17 00:00:00 2001 From: Tommy <10076072+tommyod@users.noreply.github.com> Date: Tue, 29 Oct 2024 12:51:19 +0100 Subject: [PATCH] Version 1.1.11 with py13 support (#175) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 338e4f3..581ca8d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "KDEpy" -version = "1.1.10" +version = "1.1.11" dependencies = [ "numpy>=1.14.2", "scipy>=1.0.1,<2.0",