Skip to content

Commit

Permalink
bump tiffimages to 0.6 (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
tlnagy authored Jun 20, 2022
1 parent 22e1d51 commit 7134699
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 = "OMETIFF"
uuid = "2d0ec36b-e807-5756-994b-45af29551fcf"
authors = ["Tamas Nagy <[email protected]>"]
version = "0.4.1"
version = "0.4.2"

[deps]
AxisArrays = "39de3d68-74b9-583c-8d2d-e117c070f3a9"
Expand All @@ -25,7 +25,7 @@ FileIO = "1"
ImageMetadata = "0.9"
JSON = "0.21"
ProgressMeter = "1"
TiffImages = "^0.5.1"
TiffImages = "^0.5.1, 0.6"
Unitful = "1"
julia = "1"

Expand Down

2 comments on commit 7134699

@tlnagy
Copy link
Owner Author

@tlnagy tlnagy commented on 7134699 Jun 20, 2022

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/62746

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.4.2 -m "<description of version>" 7134699511ba12864a3b1a3b74331f40636e8f1c
git push origin v0.4.2

Please sign in to comment.