Skip to content

Commit

Permalink
Update Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-lara authored Jun 1, 2022
1 parent 5c9f91a commit 3a5837a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
DataFrames = "1"
InfrastructureSystems = "1"
NLsolve = "4"
PowerSystems = "1.20"
PowerSystems = "1.22"
julia = "^1.6"

2 comments on commit 3a5837a

@jd-lara
Copy link
Member Author

@jd-lara jd-lara commented on 3a5837a Jun 1, 2022

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/61448

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.1.2 -m "<description of version>" 3a5837a961d77333dd5cfa00e10c124bbf8c1245
git push origin v0.1.2

Please sign in to comment.