From 0d632f95ecf8e74082bff70a408115bbc5660afa Mon Sep 17 00:00:00 2001 From: Jose Daniel Lara Date: Fri, 7 Aug 2020 18:02:02 -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 77748a7..4f5cda7 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "PowerGraphics" uuid = "5f7eddb3-86b1-49e8-a95a-ddc0f45eea41" authors = ["Lily Hanig", "Clayton Barrows", "Jose Daniel Lara"] -version = "0.5.1" +version = "0.5.2" [deps] CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b" @@ -22,7 +22,7 @@ Colors = "~0.12" DataFrames = "0.21" InfrastructureSystems = "~0.15" Plots = "1" -PowerSystems = "~0.25" +PowerSystems = "~0.26" Reexport = "0.2" Requires = "1.0" TimeSeries = "~v0.18"