Skip to content

Commit

Permalink
Merge pull request #858 from JuliaImages/compathelper/new_version/202…
Browse files Browse the repository at this point in the history
…0-01-04-00-25-18-517-3108226706

CompatHelper: bump compat for "ImageMetadata" to "0.9"
  • Loading branch information
johnnychen94 authored Jan 4, 2020
2 parents a2cbe2d + 5e9006a commit 3b26fdd
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.19.3"
version = "0.20.0"

[deps]
AxisArrays = "39de3d68-74b9-583c-8d2d-e117c070f3a9"
Expand Down Expand Up @@ -36,7 +36,7 @@ ImageAxes = "0.5, 0.6"
ImageCore = "0.8.1"
ImageDistances = "0.2.5"
ImageFiltering = "0.6"
ImageMetadata = "0.6, 0.7, 0.8"
ImageMetadata = "0.6, 0.7, 0.8, 0.9"
ImageMorphology = "0.2.2"
ImageShow = "0.1, 0.2"
ImageTransformations = "0.4, 0.5, 0.6, 0.7, 0.8"
Expand Down

2 comments on commit 3b26fdd

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

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.0 -m "<description of version>" 3b26fdd5b186c5cfa3e34863244b82db69148058
git push origin v0.20.0

Please sign in to comment.