From db2d8e6f88599c5b78512fb681f53ea86cb5a22b Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Mon, 30 Oct 2023 19:24:01 +1300 Subject: [PATCH] Prep for v1.1.0 (#527) --- Project.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Project.toml b/Project.toml index 07659f1..da629ce 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Gurobi" uuid = "2e9cd046-0924-5485-92f1-d5272153d98b" repo = "https://github.com/jump-dev/Gurobi.jl" -version = "1.0.4" +version = "1.1.0" [deps] LazyArtifacts = "4af54fe1-eca0-43a8-85a7-787d91b784e3" @@ -9,11 +9,11 @@ Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb" MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee" [compat] -LazyArtifacts = "1.6" -Libdl = "1.6" +LazyArtifacts = "<0.0.1, 1.6" +Libdl = "<0.0.1, 1.6" MathOptInterface = "1.12" -Random = "1.6" -Test = "1.6" +Random = "<0.0.1, 1.6" +Test = "<0.0.1, 1.6" julia = "1.6" [extras]