From 55f0453fbe03d0d8e685285a38bf7c55dc1b0a09 Mon Sep 17 00:00:00 2001 From: Sheehan Olver Date: Thu, 25 Apr 2019 10:24:20 +0100 Subject: [PATCH] v0.1 --- Project.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index eb422d79..06992e86 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "ApproxFunBase" uuid = "fbd15aa5-315a-5a7d-a8a4-24992e37be05" -version = "0.0.5" +version = "0.1" [deps] AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c" @@ -41,10 +41,10 @@ FFTW = "≥ 0.2.4" FastGaussQuadrature = "≥ 0.3.2" FastTransforms = "≥ 0.4.2" FillArrays = "≥ 0.5.0" -InfiniteArrays = "0.0.3, 0.1" +InfiniteArrays = "0.1" IntervalSets = "≥ 0.3.1" LazyArrays = "0.8.0" -LowRankApprox = "≥ 0.1.4" +LowRankApprox = "0.2" SpecialFunctions = "≥ 0.7.0" StaticArrays = "≥ 0.8.3" ToeplitzMatrices = "≥ 0.4.0"