From 1b3ff55c389547ecfba93ac2a7882c25bedea58f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 12:53:02 +0530 Subject: [PATCH] CompatHelper: bump compat for DomainSets to 0.7, (keep existing compat) (#916) * CompatHelper: bump compat for DomainSets to 0.7, (keep existing compat) * Bump version to v0.13.24 --------- Co-authored-by: CompatHelper Julia Co-authored-by: Jishnu Bhattacharya --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 5d8a7aa6d..4d7319df0 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "ApproxFun" uuid = "28f2ccd6-bb30-5033-b560-165f7b14dc2f" -version = "0.13.23" +version = "0.13.24" [deps] AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c" @@ -36,7 +36,7 @@ BandedMatrices = "0.16, 0.17" BlockBandedMatrices = "0.11, 0.12" Calculus = "0.5" Documenter = "0.27" -DomainSets = "0.3, 0.4, 0.5, 0.6" +DomainSets = "0.3, 0.4, 0.5, 0.6, 0.7" DualNumbers = "0.6.2" FFTW = "1" FastTransforms = "0.13, 0.14, 0.15"