Skip to content

Commit

Permalink
Bump version to 0.33.17 (#806)
Browse files Browse the repository at this point in the history
  • Loading branch information
nalimilan committed Jun 21, 2022
1 parent 4a784e4 commit 9ff127f
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.16"
version = "0.33.17"

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

2 comments on commit 9ff127f

@ararslan
Copy link
Member

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

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.17 -m "<description of version>" 9ff127f86dadcf2f9fa2652eafd9deba2c1da1f8
git push origin v0.33.17

Please sign in to comment.