Skip to content

Commit

Permalink
Merge pull request #268 from JuliaText/compathelper/new_version/2023-…
Browse files Browse the repository at this point in the history
…05-25-10-48-58-834-00760996693

CompatHelper: bump compat for StatsBase to 0.34, (keep existing compat)
  • Loading branch information
aviks committed May 25, 2023
2 parents 4d1fd2d + 0fa64c0 commit 66862db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ JSON = "0.21"
Languages = "0.4"
ProgressMeter = "1.5"
Snowball = "0.1"
StatsBase = "0.32,0.33"
StatsBase = "0.32,0.33, 0.34"
Tables = "1.2"
WordTokenizers = "0.5"
julia = "1.3"
Expand Down

2 comments on commit 66862db

@aviks
Copy link
Member Author

@aviks aviks commented on 66862db May 25, 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/84210

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.7.4 -m "<description of version>" 66862dbd13b81c84430d498d8905b38874a7427c
git push origin v0.7.4

Please sign in to comment.