Skip to content

Commit

Permalink
add julia compat
Browse files Browse the repository at this point in the history
  • Loading branch information
joshday committed Mar 10, 2020
1 parent e65b910 commit 6dc98fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
[compat]
OrderedCollections = "1.1"
StatsBase = "0.32"
julia = "1.0"

[extras]
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Expand Down

2 comments on commit 6dc98fd

@joshday
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/10792

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.0 -m "<description of version>" 6dc98fd2b8c2d445d24ba1f95c727c4ecd91ed3f
git push origin v1.1.0

Please sign in to comment.