From 6df34135527b3765a3dbe1c1bf56fbc6841be563 Mon Sep 17 00:00:00 2001 From: Joaquim Date: Mon, 1 Jun 2026 00:06:16 +0100 Subject: [PATCH] Bump version to 0.6.0 and update dependencies --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index f74e6be8..002e4e56 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "DiffOpt" uuid = "930fe3bc-9c6b-11ea-2d94-6184641e85e7" -version = "0.5.6" +version = "0.6.0" authors = ["Akshay Sharma", "Mathieu Besançon", "Joaquim Dias Garcia", "Benoît Legat", "Oscar Dowson", "Andrew Rosemberg"] [deps] @@ -23,5 +23,5 @@ JuMP = "1" LazyArrays = "1, 2" MathOptInterface = "1.18" MathOptSetDistances = "0.2.9" -ParametricOptInterface = "0.15.2" +ParametricOptInterface = "0.15.3" julia = "1.6"