From 76603c8319b9fe6d177b5ee16f3d95aaaf536074 Mon Sep 17 00:00:00 2001 From: Nathanael Wong Date: Tue, 10 Jan 2023 09:29:36 -0100 Subject: [PATCH] Updating to v4.1 for new functionality --- Project.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 888f0b1e..a8dcfeb9 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "GeoRegions" uuid = "b001f823-fa75-4bff-bf55-6610c8f3688a" authors = ["natgeo-wong "] -version = "4.0.2" +version = "4.1.0" [deps] Dates = "ade2ca70-3891-5945-98fb-dc099432e06a" @@ -14,6 +14,7 @@ PrettyTables = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d" [compat] GeometryBasics = "0.3, 0.4" +NCDatasets = "0.11, ^0.12.7" PolygonOps = "0.1" PrettyTables = "2" julia = "^1.6"