Skip to content

Commit

Permalink
Merge pull request #21 from harryscholes/deps
Browse files Browse the repository at this point in the history
Update compat entries
  • Loading branch information
rikhuijzer authored Aug 10, 2021
2 parents 17ca9c8 + 5e768f9 commit 6fb9100
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
name = "EffectSizes"
uuid = "e248de7e-9197-5860-972e-353a2af44d75"
authors = ["harryscholes <harryscholes@gmail.com>"]
version = "0.1.2"
version = "0.1.3"

[deps]
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"

[compat]
Distributions = "0.23.2"
StatsBase = "0.33.0"
Distributions = "0.23, 0.24, 0.25"
StatsBase = "0.33"
julia = "1.0"

[extras]
Expand Down

2 comments on commit 6fb9100

@rikhuijzer
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@JuliaRegistrator register

Release notes:

The package now also works with Distributions.jl version 0.24 and 0.25.

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

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 the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.3 -m "<description of version>" 6fb910032fdab93b20ab648a72de165dbdf3fac8
git push origin v0.1.3

Please sign in to comment.