From a2aa6c3fe8e1cf6319796bd82a00b6b848a08f46 Mon Sep 17 00:00:00 2001 From: Yingbo Ma Date: Wed, 17 Jun 2020 16:42:12 -0400 Subject: [PATCH] New release --- Project.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index f85b87f..5342695 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "LinuxPerf" uuid = "b4c46c6c-4fb0-484d-a11a-41bc3392d094" -version = "0.1.0" +version = "0.2.0" [deps] Formatting = "59287772-0a20-5a39-b81b-1366585eb4c0" @@ -9,3 +9,5 @@ Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7" [compat] julia = "1" +Formatting = "0.4" +PrettyTables = "0.9"