From 6cb51e3cc6d4392d9cb4f212a414f208de87f831 Mon Sep 17 00:00:00 2001 From: monty Date: Mon, 19 Oct 2020 15:12:36 -0600 Subject: [PATCH] 1.0 --- Project.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Project.toml b/Project.toml index 1863fef..962d6c1 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "RobustPmap" uuid = "27aeedcb-f738-516b-a0b8-3211cf1146e5" -version = "0.6.0" +version = "1.0.0" [deps] Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b" @@ -8,9 +8,9 @@ FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549" JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819" [compat] -FileIO = "^1" -JLD2 = "^0" -julia = "^1" +FileIO = "1" +JLD2 = "0.2, 0.3" +julia = "1.5" [extras] Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"