From d7a8587d582734b449c0073fb26eacc3b8b9aa6a Mon Sep 17 00:00:00 2001 From: dextorious Date: Fri, 26 Jun 2020 15:45:37 +0300 Subject: [PATCH] Update Project.toml Fix the UUID to conform to what's in the Julia registry --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 33871b2..1122963 100644 --- a/Project.toml +++ b/Project.toml @@ -1,5 +1,5 @@ name = "NumericalIntegration" -uuid = "5f557876-c23b-11e9-3c4d-2f49abec428a" +uuid = "e7bfaba1-d571-5449-8927-abc22e82249b" authors = ["dextorious"] version = "0.2.1"