From 644498f8c302170445fd981aae02c12392960817 Mon Sep 17 00:00:00 2001 From: Jordan Jalving Date: Tue, 3 Sep 2024 13:04:22 -0700 Subject: [PATCH] Update Project.toml --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 50c636e..930b4bb 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "GraphOptInterface" uuid = "2c3d953e-07eb-42f7-9900-e75950e41d88" authors = ["Jordan Jalving", "Sungho Shin"] -version = "0.1.0" +version = "0.1.1" [deps] DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8" @@ -16,4 +16,4 @@ DataStructures = "0.18" Lazy="0.15" Graphs = "1.8" MathOptInterface = "1.6" -julia = "1.6" \ No newline at end of file +julia = "1.6"