From 66514bbc96fb80bb5d6f1561465f3deb0bc4843b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BAlio=20Hoffimann?= Date: Mon, 8 Apr 2024 13:27:57 -0300 Subject: [PATCH] Bump version --- Project.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index a9676e2..a5d5cd8 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.2.2" +version = "0.2.3" [deps] ColumnSelectors = "9cc86067-7e36-4c61-b350-1ac9833d277f" @@ -23,9 +23,9 @@ DensityRatioEstimation = "1.2" GeoStatsBase = "0.43" GeoStatsModels = "0.3" GeoStatsTransforms = "0.4" -GeoTables = "1.14" +GeoTables = "1.19" LossFunctions = "0.11" -Meshes = "0.41" +Meshes = "0.42" StatsLearnModels = "0.3" Transducers = "0.4" julia = "1.9"