Skip to content

Commit

Permalink
Merge pull request #5 from sharanry/patch-1
Browse files Browse the repository at this point in the history
Add compats
  • Loading branch information
tobydriscoll authored Nov 28, 2022
2 parents e384f23 + 78087a8 commit e044c16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ test = ["Test"]

[compat]
julia = "1"
Primes = "0.4, 0.5"

4 comments on commit e044c16

@tobydriscoll
Copy link
Owner 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.

Error while trying to register: "Tag with name v0.2.0 already exists and points to a different commit"

@tobydriscoll
Copy link
Owner 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/79967

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.0 -m "<description of version>" e044c16757f27cc216db1d3bc466edf6e0ee2789
git push origin v0.2.0

Please sign in to comment.