Skip to content

Commit

Permalink
Project.toml compat
Browse files Browse the repository at this point in the history
  • Loading branch information
denizyuret committed Oct 23, 2019
1 parent b930ec4 commit 2b66ccd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f"

[compat]
julia = "≥ 0.7.0"
julia = "1.0.0"
SpecialFunctions = "0.8.0"
TimerOutputs = "0.5.0"

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

2 comments on commit 2b66ccd

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

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.7 -m "<description of version>" 2b66ccd365851ef37b7101164c7ef46227058c99
git push origin v1.1.7

Please sign in to comment.