Skip to content

Commit

Permalink
Update Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
evetion authored Aug 14, 2023
1 parent 2dfb0fc commit c7f903d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "GeoArrayOps"
uuid = "e6005643-8f00-58df-85c5-7d93a3520d70"
authors = ["Maarten Pronk <git@evetion.nl>", "Deltares"]
version = "0.5.1"
version = "0.5.2"

[deps]
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Expand All @@ -19,8 +19,8 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
[compat]
DataStructures = "0.18"
Distances = "0.10"
FillArrays = "0.12, 0.13"
ImageCore = "0.9"
FillArrays = "0.12, 0.13, 1"
ImageCore = "0.9, 0.10"
ImageFiltering = "0.6, 0.7"
LocalFilters = "1.2"
OffsetArrays = "1.10"
Expand Down

2 comments on commit c7f903d

@evetion
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/89608

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.2 -m "<description of version>" c7f903d83f477cc576fb94cca9a18e69d3cdc29e
git push origin v0.5.2

Please sign in to comment.