Skip to content

Commit

Permalink
Merge pull request #178 from psrenergy/gb/bump_to_0_10_3
Browse files Browse the repository at this point in the history
Update Project.toml
  • Loading branch information
guilhermebodin authored Sep 11, 2023
2 parents ee20998 + af914b2 commit 16d3c2d
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,6 +1,6 @@
name = "PSRClassesInterface"
uuid = "1eab49e5-27d8-4905-b9f6-327b6ea666c4"
version = "0.10.2"
version = "0.10.3"

[deps]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Expand Down

2 comments on commit 16d3c2d

@guilhermebodin
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/91210

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>" 16d3c2dcdbe494c277ae5dc24a43a27438c9b78c
git push origin v0.10.3

Please sign in to comment.