Skip to content

Commit

Permalink
ImageIO 0.5.3 (bump TiffImages compat to 0.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
IanButterworth authored Mar 7, 2021
1 parent 7c380b5 commit 8c20acd
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 = "ImageIO"
uuid = "82e4d734-157c-48bb-816b-45c225c6df19"
authors = ["Ian Butterworth"]
version = "0.5.2"
version = "0.5.3"

[deps]
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
Expand All @@ -15,7 +15,7 @@ FileIO = "1.2"
ImageCore = "0.8.1"
Netpbm = "1.0"
PNGFiles = "0.3"
TiffImages = "0.2.2"
TiffImages = "0.3"
julia = "1.3"

[extras]
Expand Down

2 comments on commit 8c20acd

@IanButterworth
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 register()

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

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.3 -m "<description of version>" 8c20acdb90a13279f93331c62339ac064bef4352
git push origin v0.5.3

Please sign in to comment.