From 9496852379e4b1f15d4978d45db9135f2e202274 Mon Sep 17 00:00:00 2001 From: Christian Guinard <28689358+christiangnrd@users.noreply.github.com> Date: Wed, 24 Jun 2026 07:54:34 -0300 Subject: [PATCH] Unbump version to 1.9.2 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 0706278d..9fcb6d11 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.9.3" +version = "1.9.2" [deps] GenericLinearAlgebra = "14197337-ba66-59df-a3e3-ca00e7dcff7a"