From 48f3a28fe24d7a66982ee5bcfc977bdfab26207b Mon Sep 17 00:00:00 2001 From: Jose Daniel Lara Date: Fri, 22 Nov 2024 10:12:08 -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 c84da79..ce65e60 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "StorageSystemsSimulations" uuid = "e2f1a126-19d0-4674-9252-42b2384f8e3c" authors = ["Jose Daniel Lara, Rodrigo Henriquez-Auba, Sourabh Dalvi"] -version = "0.10.2" +version = "0.11.0" [deps] DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8" @@ -22,6 +22,6 @@ InfrastructureSystems = "2" JuMP = "1" LinearAlgebra = "1" MathOptInterface = "1" -PowerSimulations = "^0.28" +PowerSimulations = "^0.29" PowerSystems = "4" julia = "^1.6"