Skip to content

Commit

Permalink
StatsBase 0.34 compat entry (#282)
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszbaran authored Jun 15, 2023
1 parent 36749f6 commit 356ae06
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 = "ImageView"
uuid = "86fae568-95e7-573e-a6b2-d8a6b900c9ef"
author = ["Tim Holy <[email protected]"]
version = "0.11.5"
version = "0.11.6"

[deps]
AxisArrays = "39de3d68-74b9-583c-8d2d-e117c070f3a9"
Expand Down Expand Up @@ -31,7 +31,7 @@ ImageMetadata = "0.9"
MultiChannelColors = "0.1.1"
PrecompileTools = "1"
RoundingIntegers = "0.2, 1"
StatsBase = "0.28, 0.29, 0.30, 0.31, 0.32, 0.33"
StatsBase = "0.28, 0.29, 0.30, 0.31, 0.32, 0.33, 0.34"
julia = "1.6"

[extras]
Expand Down

2 comments on commit 356ae06

@timholy
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/85669

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.11.6 -m "<description of version>" 356ae06c64ea97d957ee9b9eeb64c87d1d8fdf55
git push origin v0.11.6

Please sign in to comment.