Skip to content

Commit

Permalink
Merge pull request #67 from JuliaStats/andreasnoack-patch-1
Browse files Browse the repository at this point in the history
Bump minor version and drop Julia 0.7 support
  • Loading branch information
andreasnoack committed Nov 11, 2019
2 parents 729685e + 825c723 commit c80638a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "Rmath"
uuid = "79098fc4-a85e-5d69-aa6a-4863f24498fa"
version = "0.5.1"
version = "0.6.0"

[deps]
BinaryProvider = "b99e7846-7c00-51b0-8f62-c81ae34c0232"
Expand All @@ -13,7 +13,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
BinaryProvider = "0.5"
julia = "0.7, 1"
julia = "1"

[targets]
test = ["Test"]

2 comments on commit c80638a

@andreasnoack
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/5281

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 Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.6.0 -m "<description of version>" c80638a8d592f16bbb849776c0db2c5ee98bb575
git push origin v0.6.0

Please sign in to comment.