Skip to content

Commit

Permalink
Update patch version for tagging (#169)
Browse files Browse the repository at this point in the history
Updated version to v0.4.1.
Going through the merged PR descriptions, updating patch version seems sufficient for tagging a new version.
  • Loading branch information
tanmaykm authored Aug 11, 2021
1 parent acab8f0 commit 70f4434
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 = "ClusterManagers"
uuid = "34f1f09b-3a8b-5176-ab39-66d58a4d544e"
version = "0.4.0"
version = "0.4.1"

[deps]
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
Expand Down

2 comments on commit 70f4434

@tanmaykm
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/42582

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.4.1 -m "<description of version>" 70f443426be99269251a151451acb65c6275aa11
git push origin v0.4.1

Please sign in to comment.