Skip to content

Commit

Permalink
Merge pull request #25 from timholy/patch-1
Browse files Browse the repository at this point in the history
[compat] ImageCore 0.10
  • Loading branch information
leferrad authored Jul 28, 2023
2 parents 024899b + 1881e29 commit c45886d
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 = "OCReract"
uuid = "c9880795-194d-450c-832d-1e8a03a8ecd1"
authors = ["Leandro Ferrado"]
version = "1.3.0"
version = "1.3.1"

[deps]
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
Expand All @@ -12,7 +12,7 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"

[compat]
FileIO = "1"
ImageCore = "0.8, 0.9"
ImageCore = "0.8, 0.9, 0.10"
ImageIO = "0.6"
julia = "1"

Expand Down

2 comments on commit c45886d

@timholy
Copy link
Collaborator

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

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 v1.3.1 -m "<description of version>" c45886d361910f992a95c5c06c2be190c26152de
git push origin v1.3.1

Please sign in to comment.