From 785e81458f8a085c6fb84ed21ec874974d4700cb Mon Sep 17 00:00:00 2001 From: JakobAsslaender Date: Sat, 4 Nov 2023 15:33:17 -0400 Subject: [PATCH] Set version to v0.8.6 --- Project.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index 9edb7422..6cbd1b2a 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "MRIgeneralizedBloch" uuid = "9689932d-8765-44d0-985b-2d9644d92569" authors = ["Jakob Asslaender and contributors"] -version = "0.8.6-DEV" +version = "0.8.6" [deps] Cubature = "667455a9-e2ce-5579-9412-b964f529a492" @@ -24,13 +24,13 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" Cubature = "1" Interpolations = "0.13, 0.14" ExponentialUtilities = "1" +Polyester = "0.5,0.6, 0.7" LinearAlgebra = "1.6" LsqFit = "0.13, 0.14, 0.15" -NLsolve = "4" -Polyester = "0.5,0.6, 0.7" QuadGK = "2" StaticArrays = "1" julia = "1.6" +NLsolve = "4" DifferentialEquations = "6, 7" SpecialFunctions = "1, 2" ApproxFun = "0.12, 0.13"