From 07c54eab484ef8ace4a67d2e8deda4fd6bdb39f7 Mon Sep 17 00:00:00 2001 From: Jose Daniel Lara Date: Fri, 3 Feb 2023 10:07:27 -0700 Subject: [PATCH] Update Project.toml --- Project.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index 0cf7fdf..34c6d1b 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "PowerAnalytics" uuid = "56ce1300-00bc-47e4-ba8c-b166ccc19f51" authors = ["cbarrows "] -version = "0.2.1" +version = "0.3.0" [deps] DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0" @@ -18,8 +18,8 @@ YAML = "ddb6d928-2868-570f-bddf-ab3f9cf99eb6" DataFrames = "1" DataStructures = "0.18" InfrastructureSystems = "1" -PowerSimulations = "0.16" -PowerSystems = "1" +PowerSimulations = "0.17" +PowerSystems = "2" TimeSeries = "0.23" YAML = "0.4" julia = "1.6"