From a5dd2fded55e4768abcca03cfafba3cee3088cf2 Mon Sep 17 00:00:00 2001 From: Elias Carvalho <73039601+eliascarv@users.noreply.github.com> Date: Wed, 11 Dec 2024 08:26:51 -0300 Subject: [PATCH] Bump version --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index fc6c8c7..8de1494 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "CoordGridTransforms" uuid = "1cf1ec0c-22f7-4062-925b-8db09db48fc3" authors = ["Elias Carvalho and contributors"] -version = "0.1.2" +version = "0.1.3" [deps] CoordRefSystems = "b46f11dc-f210-4604-bfba-323c1ec968cb" @@ -15,7 +15,7 @@ Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d" [compat] CoordRefSystems = "0.16.2" DataDeps = "0.7" -GeoTIFF = "0.3, 0.4" +GeoTIFF = "0.4" Interpolations = "0.15" MappedArrays = "0.4" StaticArrays = "1.9"