Skip to content

Commit

Permalink
bump Roots, Distributions, and StatsBase
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Broda committed Apr 5, 2020
1 parent b580bb1 commit c369158
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Expand Up @@ -26,16 +26,16 @@ StatsModels = "3eaba693-59b7-5ba5-a881-562e759f1c8d"
[compat]
DataFrames = "0.19, 0.20"
DataStructures = "0.17.5"
Distributions = "0.21.5, 0.22"
Distributions = "0.21.5, 0.22, 0.23"
FiniteDiff = "2.0"
ForwardDiff = "0.10.4"
GLM = "1.3.5"
HypothesisTests = "0.8, 0.9"
Optim = "0.19.3, 0.20"
Reexport = "0.2.0"
Roots = "0.8.3"
Roots = "0.8.3, 1.0"
SpecialFunctions = "0.8, 0.9, 0.10"
StatsBase = "0.31, 0.32"
StatsBase = "0.31, 0.32, 0.33"
StatsFuns = "0.8, 0.9"
StatsModels = "0.6"
julia = "1.0.0"
Expand Down

2 comments on commit c369158

@s-broda
Copy link
Owner

@s-broda s-broda commented on c369158 Apr 5, 2020

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 created: JuliaRegistries/General/12294

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 v1.0.3 -m "<description of version>" c3691584636c53a64cf9661bf6c6ac8ecb7bdc7d
git push origin v1.0.3

Please sign in to comment.