From 46f55df20981b821d084c0ced03bcc714f166884 Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Mon, 30 Oct 2023 17:25:56 +1300 Subject: [PATCH] Prep for 1.0.1 and fix compat bounds --- Project.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index be4ddb0..698e222 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "CPLEX" uuid = "a076750e-1247-5638-91d2-ce28b192dca0" repo = "https://github.com/jump-dev/CPLEX.jl" -version = "1.0.0" +version = "1.0.1" [deps] CEnum = "fa961155-64e5-5f13-b03f-caf6b980ea82" @@ -11,7 +11,11 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" [compat] CEnum = "0.3, 0.4" +Libdl = "<0.0.1, 1.6" MathOptInterface = "1.12" +Random = "<0.0.1, 1.6" +SparseArrays = "<0.0.1, 1.6" +Test = "<0.0.1, 1.6" julia = "1.6" [extras]