Skip to content

Commit

Permalink
Set upper limit on Julia compatibility to satisfy Registrator
Browse files Browse the repository at this point in the history
* Compatibility is currently set to [0.7.0, 2.0.0)
  • Loading branch information
kmsquire committed Dec 13, 2019
1 parent 488758a commit e9d9f30
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
Expand Up @@ -4,7 +4,7 @@ version = "1.1.0"
author = "Kevin Squire <[email protected]>"

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

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down

2 comments on commit e9d9f30

@kmsquire
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

Release notes:

Switch to Package.toml
Add TagBot configuration

@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 updated: JuliaRegistries/General/6665

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 v1.1.0 -m "<description of version>" e9d9f30bd56461a11f5eb3b18b725a2cd74818e2
git push origin v1.1.0

Please sign in to comment.