From 01a4884dbd3c6079fedac1c572070871374ea81b Mon Sep 17 00:00:00 2001 From: Curtis Vogt Date: Tue, 28 Jan 2020 10:24:38 -0800 Subject: [PATCH] Fix Julia compat for patch release (#48) Patch release should not narrow the range of supported Julia versions. --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index c1d9d2e..1609e13 100644 --- a/Project.toml +++ b/Project.toml @@ -3,7 +3,7 @@ uuid = "abce61dc-4473-55a0-ba07-351d65e31d42" version = "0.4.1" [compat] -julia = "1" +julia = "0.7, 1" [extras] Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"