From 0a21f8d23395a62b8f440380956884691fb0c13b Mon Sep 17 00:00:00 2001 From: Tyler Beason Date: Thu, 9 Sep 2021 08:36:50 -0400 Subject: [PATCH 1/2] Update Project.toml --- Project.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 7b049a2..a9455c6 100644 --- a/Project.toml +++ b/Project.toml @@ -11,8 +11,9 @@ Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6" ZipFile = "a5390f91-8eb1-5f08-bee0-b1d1ffed6cea" [compat] -CSV = "^0.7.6, 0.8" +CSV = "^0.7.6, 0.8, 0.9" DataFrames = "0.19.4, 0.20, 0.21, 0.22, 1" +Downloads = "1.5" ZipFile = "0.8.4, 0.9" julia = "^1.3" From a048a3eccf2afd36dfe1ea9717c56eb996f0141a Mon Sep 17 00:00:00 2001 From: Tyler Beason Date: Thu, 9 Sep 2021 08:42:31 -0400 Subject: [PATCH 2/2] Update Project.toml --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index a9455c6..e2cd926 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "FamaFrenchData" uuid = "bd2a388e-9788-4ef7-9fc3-f4c919ffde82" authors = ["Tyler Beason "] -version = "0.4.0" +version = "0.4.1" [deps] CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b" @@ -13,7 +13,7 @@ ZipFile = "a5390f91-8eb1-5f08-bee0-b1d1ffed6cea" [compat] CSV = "^0.7.6, 0.8, 0.9" DataFrames = "0.19.4, 0.20, 0.21, 0.22, 1" -Downloads = "1.5" +Downloads = "1.4, 1.5" ZipFile = "0.8.4, 0.9" julia = "^1.3"