Skip to content

Commit

Permalink
Added upper bound for julia compat entry
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-bocharov committed Sep 14, 2020
1 parent 1c08ede commit f7d35e6
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 @@ -18,7 +18,7 @@ StatsFuns = "4c63d2b9-4356-54db-8cca-17b64c39e42c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
julia = "≥ 1.0.0"
julia = "1"
Documenter = "0.25.2"
ForwardDiff = "0.10.12"
SpecialFunctions = "0.8.0, 0.10.3"
Expand Down

2 comments on commit f7d35e6

@ivan-bocharov
Copy link
Collaborator Author

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/21187

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.11.1 -m "<description of version>" f7d35e6d005acb424703bb41170eeab47645b749
git push origin v0.11.1

Please sign in to comment.