From ef63b2aa381869fc68690eb631445a79db49c269 Mon Sep 17 00:00:00 2001 From: Matt Bossart Date: Tue, 28 May 2024 09:52:51 -0400 Subject: [PATCH] bump pnm --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 1355baf98..70c453813 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "PowerSimulationsDynamics" uuid = "398b2ede-47ed-4edc-b52e-69e4a48b4336" authors = ["Jose Daniel Lara, Rodrigo Henriquez"] -version = "0.14.1" +version = "0.14.2" [deps] DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0" @@ -32,7 +32,7 @@ InfrastructureSystems = "^1.21" NLsolve = "4" PowerSystems = "^3.1.2" PowerFlows = "^0.6" -PowerNetworkMatrices = "^0.9" +PowerNetworkMatrices = "^0.10" PrettyTables = "1, 2" SciMLBase = "2" TimerOutputs = "~0.5"