Skip to content

Commit

Permalink
Merge #54
Browse files Browse the repository at this point in the history
54: Add upper-bounded compat bounds r=DilumAluthge a=DilumAluthge



Co-authored-by: Dilum Aluthge <[email protected]>
  • Loading branch information
bcbi-bot and DilumAluthge committed Oct 27, 2019
2 parents f7c5481 + d341ef8 commit 20a9d65
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 @@ -12,7 +12,10 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"

[compat]
DataFrames = "^0.19.4"
Distributions = "^0.21.3"
Documenter = "~0.19"
StatsBase = "^0.32.0"
julia = "^1.1.0"

[extras]
Expand Down

2 comments on commit 20a9d65

@DilumAluthge
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register branch=master

@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/4790

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.8.0 -m "<description of version>" 20a9d659cff3518f9a6f68487c38b87ce4dfb700
git push origin v0.8.0

Please sign in to comment.