Skip to content

Commit

Permalink
Merge pull request #23 from truedichotomy/master
Browse files Browse the repository at this point in the history
Update Project.toml version for compatibility with GeoInterface 1.0 and Shapefile 0.8
  • Loading branch information
Alexander-Barth authored May 25, 2022
2 parents 9075626 + bbdb877 commit 4f0a946
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 = "GeoDatasets"
uuid = "ddc7317b-88db-5cb5-a849-8449e5df04f9"
authors = ["Alexander Barth <barth.alexander@gmail.com>"]
version = "0.1.6"
version = "0.1.7"

[deps]
CodecZlib = "944b1d66-785c-5afd-91f1-9de20f533193"
Expand All @@ -13,9 +13,9 @@ ZipFile = "a5390f91-8eb1-5f08-bee0-b1d1ffed6cea"

[compat]
CodecZlib = "0.6, 0.7"
GeoInterface = "0.4, 0.5"
GeoInterface = "0.4, 0.5, 1.0"
RemoteFiles = "0.3, 0.4"
Shapefile = "0.6, 0.7"
Shapefile = "0.6, 0.7, 0.8"
ZipFile = "0.8, 0.9"
julia = "1"

Expand Down

0 comments on commit 4f0a946

Please sign in to comment.