From e977456fc5cd0523fba23382e37220246c9c5354 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BAlio=20Hoffimann?= Date: Thu, 14 Jul 2022 12:27:00 -0300 Subject: [PATCH] Bump version --- Project.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Project.toml b/Project.toml index 73f8211..e63144f 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "GeoLearning" uuid = "90c4468e-a93e-43b4-8fb5-87d804bc629f" authors = ["JĂșlio Hoffimann and contributors"] -version = "0.1.13" +version = "0.1.14" [deps] Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f" @@ -12,10 +12,10 @@ TableTransforms = "0d432bfd-3ee1-4ac1-886a-39f05cc69a3e" Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c" [compat] -Distributions = "0.24, 0.25" -GeoStatsBase = "0.23, 0.24, 0.25" +Distributions = "0.25" +GeoStatsBase = "0.26" MLJModelInterface = "1.0" -Meshes = "0.18, 0.19, 0.20, 0.21, 0.22" +Meshes = "0.22" TableTransforms = "1.0" Tables = "1.4" julia = "1.6"