Skip to content

Commit

Permalink
Update Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
antonplietzsch authored May 24, 2022
1 parent 656b518 commit ac3cbf0
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 = "PowerDynamics"
uuid = "cc46b21f-1b17-51c2-b642-af74c3d3a8be"
authors = ["Tim Kittel", "Jan Liße", "Sabine Auer", "Anton Plietzsch"]
version = "3.0.1"
authors = ["Tim Kittel", "Jan Liße", "Sabine Auer", "Anton Plietzsch", "Hans Würfel"]
version = "3.0.2"

[deps]
BlockSystems = "4663d367-db1f-4bef-81e7-dc1bd7f7b428"
Expand Down

2 comments on commit ac3cbf0

@antonplietzsch
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
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/60952

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 v3.0.2 -m "<description of version>" ac3cbf01212467cd5684a22a82f11d001250b5f0
git push origin v3.0.2

Also, note the warning: Version 3.0.2 skips over 3.0.1
This can be safely ignored. However, if you want to fix this you can do so. Call register() again after making the fix. This will update the Pull request.

Please sign in to comment.