Skip to content

Commit

Permalink
Bump version to 0.33.21
Browse files Browse the repository at this point in the history
  • Loading branch information
ararslan committed Aug 5, 2022
1 parent ee83c65 commit bd4ca61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
@@ -1,7 +1,7 @@
name = "StatsBase"
uuid = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
authors = ["JuliaStats"]
version = "0.33.20"
version = "0.33.21"

[deps]
DataAPI = "9a962f9c-6df0-11e9-0e5d-c546b8b5ee8a"
Expand Down

2 comments on commit bd4ca61

@ararslan
Copy link
Member Author

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

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.33.21 -m "<description of version>" bd4ca61f4bb75f2c6cd0a47aee1cfde7b696eb9c
git push origin v0.33.21

Please sign in to comment.