Skip to content

Commit

Permalink
Merge pull request #880 from JuliaImages/compathelper/new_version/202…
Browse files Browse the repository at this point in the history
…0-03-27-00-25-02-172-3884544841

CompatHelper: bump compat for "StatsBase" to "0.33"
  • Loading branch information
johnnychen94 authored Apr 7, 2020
2 parents 7bdd97d + 205a25b commit 3851df7
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,6 +1,6 @@
name = "Images"
uuid = "916415d5-f1e6-5110-898d-aaa5f9f070e0"
version = "0.22.0"
version = "0.22.1"

[deps]
AxisArrays = "39de3d68-74b9-583c-8d2d-e117c070f3a9"
Expand Down Expand Up @@ -49,7 +49,7 @@ MappedArrays = "0.1, 0.2"
OffsetArrays = "0.8, 0.9, 0.10, 0.11, 1.0.1"
Reexport = "0.2"
StaticArrays = "0.8, 0.9, 0.10, 0.11, 0.12"
StatsBase = "0.24, 0.25, 0.26, 0.27, 0.28, 0.29, 0.30, 0.31, 0.32"
StatsBase = "0.24, 0.25, 0.26, 0.27, 0.28, 0.29, 0.30, 0.31, 0.32, 0.33"
TiledIteration = "0.2"
julia = "1"

Expand Down

2 comments on commit 3851df7

@johnnychen94
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/12424

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.22.1 -m "<description of version>" 3851df7115fdc1f66c5c045fab21dad1d182e292
git push origin v0.22.1

Please sign in to comment.