Skip to content

Commit

Permalink
declare ArchGDAL 0.10 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
visr committed Jan 10, 2023
1 parent 5d2ff41 commit 146a50e
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 = "GADM"
uuid = "a8dd9ffe-31dc-4cf5-a379-ea69100a8233"
authors = ["Aayush Joglekar <[email protected]> and contributors"]
version = "1.0.0"
version = "1.0.1"

[deps]
ArchGDAL = "c9ce4bd3-c3d5-55b8-8973-c0e20141b8c3"
Expand All @@ -11,7 +11,7 @@ Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"

[compat]
ArchGDAL = "0.9"
ArchGDAL = "0.9,0.10"
DataDeps = "0.7"
GeoInterface = "1"
Tables = "1.2"
Expand Down

2 comments on commit 146a50e

@visr
Copy link
Member Author

@visr visr commented on 146a50e Jan 10, 2023

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

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.0.1 -m "<description of version>" 146a50e807d872322539d2ebed0c8886aa5e56ab
git push origin v1.0.1

Please sign in to comment.