From f022ad897feade2abbc8c2bc52aae50585695afb Mon Sep 17 00:00:00 2001 From: Michael Krabbe Borregaard Date: Thu, 27 Feb 2020 10:22:50 +0100 Subject: [PATCH] Improve Julia version in compat --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index b3089cd..6dcd8be 100644 --- a/Project.toml +++ b/Project.toml @@ -4,7 +4,7 @@ keywords = ["macroecology", "ecology", "biology", "geography"] license = "MIT" desc = "Base package with abstract types for ecology" authors = ["mkborregaard "] -version = "0.1.1" +version = "0.1.2" [deps] RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01" @@ -13,7 +13,7 @@ RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01" Diversity = "0.5" RecipesBase = "0.7, 0.8" SpatialEcology = "0.9" -julia = "1.0" +julia = "1" [extras] Diversity = "d3d5718d-52de-57ab-b67a-eca7fd6175a4"