Skip to content

Commit

Permalink
Add bounds (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
oxinabox authored and nickrobinson251 committed Oct 29, 2019
1 parent 59ef0a7 commit d19f825
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ Requires = "ae029012-a4dd-5104-9daa-d747884805df"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"

[compat]
Reexport = "0.2"
Requires = "0.5.2"
ChainRulesCore = "0.4"
FiniteDifferences = "^0.7"
julia = "^1.0"
Expand Down

2 comments on commit d19f825

@oxinabox
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 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 created: JuliaRegistries/General/4845

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

Please sign in to comment.