Skip to content

Commit

Permalink
Merge pull request #121 from JuliaMath/oscardssmith-update-version
Browse files Browse the repository at this point in the history
update version
  • Loading branch information
oscardssmith authored Jun 24, 2022
2 parents 5aa2a35 + fc50349 commit 560a9f4
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 = "Primes"
uuid = "27ebfcd6-29c5-5fa9-bf4b-fb8fc14df3ae"
version = "0.5.2"
version = "0.5.3"

[deps]
IntegerMathUtils = "18e54dd8-cb9d-406c-a71d-865a43cbb235"
Expand Down

2 comments on commit 560a9f4

@oscardssmith
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/63037

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.5.3 -m "<description of version>" 560a9f4b9e5b8852f47b9428e4787a3eb154a6ba
git push origin v0.5.3

Please sign in to comment.