From a1b81f103eec7d1e7a0ebf5cb979d389bc52d1c9 Mon Sep 17 00:00:00 2001 From: David Anthoff Date: Thu, 8 Feb 2024 16:16:46 -0800 Subject: [PATCH] Set version to v1.0.1 --- Project.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Project.toml b/Project.toml index b5fb486..be0bb67 100644 --- a/Project.toml +++ b/Project.toml @@ -1,20 +1,20 @@ name = "MimiFAIRv1_6_2" uuid = "02cc1f66-ff46-4bd7-a247-ac068822e639" authors = ["fce "] -version = "1.0.1-DEV" +version = "1.0.1" [deps] -CSVFiles = "5d742f6a-9f54-50ce-8119-2520741973ca" -DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0" Dates = "ade2ca70-3891-5945-98fb-dc099432e06a" -Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f" JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6" +Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f" +CSVFiles = "5d742f6a-9f54-50ce-8119-2520741973ca" +DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0" Mimi = "e4e893b0-ee5e-52ea-8111-44b3bdec128c" [compat] +JSON = "0.21" +julia = "1.6" +Distributions = "0.24, 0.25" CSVFiles = "1" DataFrames = "1" -Distributions = "0.24, 0.25" -JSON = "0.21" Mimi = "1.3.3" -julia = "1.6"