From 825c723dbec1c5a03ade8feb8eaff61c8d02e9f7 Mon Sep 17 00:00:00 2001 From: Andreas Noack Date: Mon, 11 Nov 2019 10:49:30 +0100 Subject: [PATCH] Bump minor version and drop Julia 0.7 support --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index ff60c4f..a130f12 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "Rmath" uuid = "79098fc4-a85e-5d69-aa6a-4863f24498fa" -version = "0.5.1" +version = "0.6.0" [deps] BinaryProvider = "b99e7846-7c00-51b0-8f62-c81ae34c0232" @@ -13,7 +13,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [compat] BinaryProvider = "0.5" -julia = "0.7, 1" +julia = "1" [targets] test = ["Test"]