Skip to content

Commit

Permalink
Support OffsetArrays 1.x (#864)
Browse files Browse the repository at this point in the history
  • Loading branch information
timholy authored Jan 20, 2020
1 parent e2c7896 commit c4dd3ba
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.20.1"
version = "0.20.2"

[deps]
AxisArrays = "39de3d68-74b9-583c-8d2d-e117c070f3a9"
Expand Down Expand Up @@ -42,7 +42,7 @@ ImageShow = "0.1, 0.2"
ImageTransformations = "0.4, 0.5, 0.6, 0.7, 0.8"
IndirectArrays = "0.5"
MappedArrays = "0.1, 0.2"
OffsetArrays = "0.8, 0.9, 0.10, 0.11"
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"
Expand Down

2 comments on commit c4dd3ba

@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/8205

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 Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.20.2 -m "<description of version>" c4dd3bade0788cd2cfcfe5058855a9e734325925
git push origin v0.20.2

Please sign in to comment.