Skip to content

Commit

Permalink
update uuid
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-lara committed Aug 4, 2023
1 parent f439e64 commit c6768e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
DocumenterTools = "35a29f4d-8980-5a13-9543-d66fff28ecb8"
HydroPowerSimulations = "bed98974-b02a-5e2f-9ee0-a103f5c450dd"
HydroPowerSimulations = "fc1677e0-6ad7-4515-bf3a-bd6bf20a0b1b"

[compat]
Documenter = "0.27"
Expand Down

2 comments on commit c6768e8

@jd-lara
Copy link
Member Author

@jd-lara jd-lara commented on c6768e8 Aug 4, 2023

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

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.2.1 -m "<description of version>" c6768e8ba7bfc7315fbfcb45d012dd9e224b3c26
git push origin v0.2.1

Please sign in to comment.