From ddd60c5caf39d268091c8de1eaf98e4a5d7fd429 Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Wed, 24 Jul 2024 20:54:54 +1200 Subject: [PATCH] Prep for v1.1.0 (#151) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 688066f..62ad71a 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Clp" uuid = "e2554f3b-3117-50c0-817c-e040a3ddf72d" repo = "https://github.com/jump-dev/Clp.jl.git" -version = "1.0.3" +version = "1.1.0" [deps] Clp_jll = "06985876-5285-5a41-9fcb-8948a742cc53" @@ -10,7 +10,7 @@ MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee" OpenBLAS32_jll = "656ef2d0-ae68-5445-9ca0-591084a874a2" [compat] -Clp_jll = "=100.1700.601, =100.1700.700, =100.1700.900" +Clp_jll = "=100.1700.601, =100.1700.700, =100.1700.900, =100.1700.901" LinearAlgebra = "1.6" MathOptInterface = "1.1" OpenBLAS32_jll = "0.3.10"