Skip to content

Commit

Permalink
Add bounds to deps
Browse files Browse the repository at this point in the history
  • Loading branch information
asinghvi17 authored Nov 10, 2019
1 parent 3f99fda commit 9d2ad17
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 @@ -10,7 +10,9 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"

[compat]
julia = "≥ 0.7.0"
julia = "0.7, 1"
Colors = "0"
Reexport = "0"

[extras]
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Expand Down

2 comments on commit 9d2ad17

@asinghvi17
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
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/5257

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.6.1 -m "<description of version>" 9d2ad174294b992737368b69ec6e493e095c5292
git push origin v0.6.1

Please sign in to comment.