From ff5fe7edad77e8147fd1032d1a6995b1ef38f466 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BAlio=20Hoffimann?= Date: Thu, 16 Jul 2020 21:40:37 -0300 Subject: [PATCH] Bump versions --- Project.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index 949cd2b..3dad5b2 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "LocallyWeightedRegression" uuid = "68d949f0-74a3-5070-a3ac-aa8145b4bcaa" author = "JĂșlio Hoffimann " -version = "0.5.0" +version = "0.6.0" [deps] Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7" @@ -13,10 +13,10 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" [compat] Distances = "0.8, 0.9" -GeoStatsBase = "0.10" +GeoStatsBase = "0.11" NearestNeighbors = "0.4" StaticArrays = "0.12" -julia = "1" +julia = "1.4" [extras] GeoStatsBase = "323cb8eb-fbf6-51c0-afd0-f8fba70507b2"