Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-lara authored Dec 19, 2022
1 parent be34e97 commit 77cfe51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ Check the [Project Section](https://github.com/NREL-SIIP/PowerSimulationsDynamic

```julia
julia> ]
(v1.7) pkg> add PowerSystems
(v1.7) pkg> add PowerSimulationsDynamics
(v1.8) pkg> add PowerSystems
(v1.8) pkg> add PowerSimulationsDynamics
```

## Usage
Expand Down

2 comments on commit 77cfe51

@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/74355

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.8 -m "<description of version>" 77cfe510df8b168017f28f1f8b516f806a0a67d9
git push origin v0.10.8

Please sign in to comment.