Skip to content

Commit

Permalink
Set version to v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nickrobinson251 committed Nov 14, 2021
1 parent fd42bae commit 3ecca18
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
@@ -1,7 +1,7 @@
name = "PowerFlowData"
uuid = "dd99e9e3-7471-40fc-b48d-a10501125371"
authors = "Nick Robinson <npr251@gmail.com> and contributors"
version = "1.0.0-DEV"
version = "1.0.0"

[deps]
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
Expand Down

3 comments on commit 3ecca18

@nickrobinson251
Copy link
Owner Author

Choose a reason for hiding this comment

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

@nickrobinson251
Copy link
Owner 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/48765

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 v1.0.0 -m "<description of version>" 3ecca1886daea9bd9489ef3ae2c590d9a9ae7511
git push origin v1.0.0

Please sign in to comment.