Skip to content

Commit

Permalink
CompatHelper: bump compat for "StatsBase" to "0.34" (#65)
Browse files Browse the repository at this point in the history
* CompatHelper: bump compat for "StatsBase" to "0.34"

* patch bump

Co-authored-by: Phillip Alday <me@phillipalday.com>
  • Loading branch information
github-actions[bot] and palday committed May 6, 2023
1 parent 3a837f6 commit 24ef721
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "JellyMe4"
uuid = "19ac8677-9a15-4623-9afd-84acc6165ce7"
authors = ["Phillip Alday <me@phillipalday.com>"]
version = "1.0.0"
version = "1.0.1"

[deps]
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"
Expand All @@ -24,7 +24,7 @@ GLM = "1.3"
MixedModels = "4"
RCall = "0.13"
RegressionFormulae = "0.1"
StatsBase = "0.31, 0.32, 0.33"
StatsBase = "0.31, 0.32, 0.33, 0.34"
StatsModels = "0.6, 0.7"
Tables = "1"
julia = "1.6"
Expand Down

2 comments on commit 24ef721

@palday
Copy link
Owner

@palday palday commented on 24ef721 May 6, 2023

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/83013

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.1 -m "<description of version>" 24ef721dce5d9d55a61aa1b0cf8084d4d977d6fc
git push origin v1.0.1

Please sign in to comment.