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 Aug 1, 2022
1 parent bd8c144 commit 8c835f7
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 = "PowerSimulationsDynamics"
uuid = "398b2ede-47ed-4edc-b52e-69e4a48b4336"
authors = ["Jose Daniel Lara, Rodrigo Henriquez"]
version = "0.10.2"
version = "0.10.3"

[deps]
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Expand Down Expand Up @@ -31,6 +31,6 @@ NLsolve = "4"
PowerFlows = "^0.1"
PowerSystems = "^1.21"
PrettyTables = "1"
SciMLBase = "^1.29"
SciMLBase = "^1.45"
TimerOutputs = "~0.5"
julia = "^1.6"

2 comments on commit 8c835f7

@jd-lara
Copy link
Member Author

@jd-lara jd-lara commented on 8c835f7 Aug 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/65464

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.10.3 -m "<description of version>" 8c835f7cec2497c12be16529087392092e513242
git push origin v0.10.3

Please sign in to comment.