Skip to content

Commit

Permalink
[compat] Images 0.26 (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
timholy authored Jul 23, 2023
1 parent 2153078 commit 5c277fd
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 = "ImageFeatures"
uuid = "92ff4b2b-8094-53d3-b29d-97f740f06cef"
version = "0.5.0"
version = "0.5.1"

[deps]
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Expand All @@ -10,7 +10,7 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"

[compat]
Distributions = "0.16, 0.17, 0.18, 0.19, 0.20, 0.21, 0.22, 0.23, 0.24, 0.25"
Images = "0.18, 0.19, 0.20, 0.21, 0.22, 0.23, 0.24, 0.25"
Images = "0.18, 0.19, 0.20, 0.21, 0.22, 0.23, 0.24, 0.25, 0.26"
julia = "1.6"

[extras]
Expand Down

2 comments on commit 5c277fd

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

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.5.1 -m "<description of version>" 5c277fdaac902794196840212ebf0994a6b0fa34
git push origin v0.5.1

Please sign in to comment.