Skip to content

Commit

Permalink
Merge pull request #55 from NREL-Sienna/jd/bump_HDF5
Browse files Browse the repository at this point in the history
Update Project.toml
  • Loading branch information
jd-lara authored Sep 12, 2023
2 parents 33ef511 + e272314 commit 274b022
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "PowerNetworkMatrices"
uuid = "bed98974-b02a-5e2f-9fe0-a103f5c450dd"
authors = ["Jose Daniel Lara", "Alessandro Castelli", "Sourabh Dalvi"]
version = "0.9.0"
version = "0.9.1"

[deps]
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
Expand All @@ -15,7 +15,7 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"

[compat]
DocStringExtensions = "~0.8, ~0.9"
HDF5 = "0.16"
HDF5 = "0.17"
InfrastructureSystems = "^1.20"
KLU = "~0.4"
Pardiso = "~0.5"
Expand Down

2 comments on commit 274b022

@jd-lara
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/91285

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.9.1 -m "<description of version>" 274b0225a5a2c29d6613963044e829cf10d59a8b
git push origin v0.9.1

Please sign in to comment.