From 9e9d5b3e22a7681ca280d4913f2546251d4d5902 Mon Sep 17 00:00:00 2001 From: Jeffrey Sarnoff Date: Fri, 12 Apr 2024 09:36:31 -0400 Subject: [PATCH] Update Project.toml patch --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 72223c76..6ed131d2 100644 --- a/Project.toml +++ b/Project.toml @@ -4,7 +4,7 @@ keywords = ["math", "floating-point", "doubledouble", "extended-precision", "acc license = "MIT" desc = "extended precision floating point types using value pairs" repo = "https://github.com/JuliaMath/DoubleFloats.jl.git" -version = "1.3.7" +version = "1.3.8" [deps] LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"