Skip to content

Commit

Permalink
Merge pull request #130 from JuliaMath/oscardssmith-bump-version
Browse files Browse the repository at this point in the history
Bump version
  • Loading branch information
oscardssmith authored Jul 15, 2023
2 parents a26041e + 0a65076 commit 7b3a132
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.3"
version = "0.5.4"

[deps]
IntegerMathUtils = "18e54dd8-cb9d-406c-a71d-865a43cbb235"
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
environment:
matrix:
- julia_version: 1.6
- julia_version: 1
- julia_version: latest
- julia_version: nightly
matrix:
allow_failures:
Expand Down

2 comments on commit 7b3a132

@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/87526

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.4 -m "<description of version>" 7b3a1328f11078df1b25e5a0a95dc3c2694df76d
git push origin v0.5.4

Please sign in to comment.