Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-lara committed Jun 25, 2024
1 parent f24f7a8 commit ab0ff59
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Artifacts.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[CaseData]
git-tree-sha1 = "5c8534626e1251d7e7c084abb7a00a77cf86c1cd"
git-tree-sha1 = "906591a156d0f786940f105e4f6aeceffefa7a2e"
lazy = true

[[CaseData.download]]
url = "https://github.com/NREL-Sienna/PowerSystemsTestData/archive/refs/tags/3.0-beta.tar.gz"
sha256 = "859f851adcc3edb60d99bee71cb2f854e3476e282a19145861b467795ab5d580"
url = "https://github.com/NREL-Sienna/PowerSystemsTestData/archive/refs/tags/3.0.tar.gz"
sha256 = "6e8b16c62c8859d39a0d8eae65a20f8aa3da9a70b7e36d3dce690dcad1775437"

[rts]
git-tree-sha1 = "5098f357bad765bfefcff58f080818863ca776bd"
Expand Down
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "PowerSystemCaseBuilder"
uuid = "f00506e0-b84f-492a-93c2-c0a9afc4364e"
authors = ["Sourabh Dalvi", "Jose Daniel Lara"]
version = "1.2.4"
version = "1.3.0"

[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
Expand All @@ -26,9 +26,9 @@ DataStructures = "~0.18"
Dates = "1"
Downloads = "1.6"
HDF5 = "0.17"
InfrastructureSystems = "^1.21"
InfrastructureSystems = "2"
LazyArtifacts = "1"
PowerSystems = "3"
PowerSystems = "2"
PrettyTables = "2"
Random = "1"
SHA = "0.7"
Expand Down
2 changes: 1 addition & 1 deletion src/definitions.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const PACKAGE_DIR = joinpath(dirname(dirname(pathof(PowerSystemCaseBuilder))))
const DATA_DIR =
joinpath(LazyArtifacts.artifact"CaseData", "PowerSystemsTestData-3.0-beta")
joinpath(LazyArtifacts.artifact"CaseData", "PowerSystemsTestData-3.0")

const RTS_DIR = joinpath(LazyArtifacts.artifact"rts", "RTS-GMLC-0.2.2")

Expand Down

0 comments on commit ab0ff59

Please sign in to comment.