Skip to content

Commit

Permalink
Add compat.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Schelten committed Oct 21, 2019
1 parent 3d139e4 commit b328725
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@ version = "1.0.6"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test"]
test = ["Test"]

[compat]
julia = "0.7, 1"

2 comments on commit b328725

@altre
Copy link
Owner

@altre altre commented on b328725 Oct 28, 2019

Choose a reason for hiding this comment

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

@JuliaRegistrator register()

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

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

Please sign in to comment.