Skip to content

Commit

Permalink
Add Julia compat
Browse files Browse the repository at this point in the history
  • Loading branch information
ranjanan authored Jul 8, 2019
1 parent ff4eab0 commit 1c0e32f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ version = "0.0.1"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"

[compat]
julia = "1"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
HCubature = "19dc6840-f33b-545b-b366-655c7e3ffd49"
Expand Down

2 comments on commit 1c0e32f

@ranjanan
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 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/1827

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.0.1 -m "<description of version>" 1c0e32fe395371c791c0d9e68a734f4261b47b8a
git push origin v0.0.1

Please sign in to comment.