From 7fa5d03959bed9dc0659a0f327766f679e568c71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BAlio=20Hoffimann?= Date: Wed, 28 Aug 2024 16:09:40 -0300 Subject: [PATCH] Bump version --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 5d3dbcd..044e92f 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "GeoStatsValidation" uuid = "36f43c0d-3673-45fc-9557-6860e708e7aa" authors = ["Elias Carvalho and contributors"] -version = "0.3.10" +version = "0.3.11" [deps] ColumnSelectors = "9cc86067-7e36-4c61-b350-1ac9833d277f" @@ -24,6 +24,6 @@ GeoStatsModels = "0.4" GeoStatsTransforms = "0.7" GeoTables = "1.21" LossFunctions = "0.11" -Meshes = "0.47 - 0.49" +Meshes = "0.47 - 0.50" StatsLearnModels = "0.3" julia = "1.9"