From 1abf0a2ae1f64fb8eb93175b9aa7adf16b9530f8 Mon Sep 17 00:00:00 2001 From: Tim Holy Date: Fri, 23 Jul 2021 08:38:54 -0500 Subject: [PATCH] Version 2.7.0 --- Project.toml | 4 ++-- SnoopCompileCore/Project.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index eb64ce80..ec5c5aed 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "SnoopCompile" uuid = "aa65fe97-06da-5843-b5b1-d5d13cad87d2" author = ["Tim Holy "] -version = "2.6.1" +version = "2.7.0" [deps] Cthulhu = "f68482b8-f384-11e8-15f7-abe071a5a75f" @@ -21,7 +21,7 @@ Cthulhu = "1.5, 2" FlameGraphs = "0.2" OrderedCollections = "1" Requires = "1" -SnoopCompileCore = "~2.6.1" +SnoopCompileCore = "~2.7.0" YAML = "0.4" julia = "1" diff --git a/SnoopCompileCore/Project.toml b/SnoopCompileCore/Project.toml index a606b692..230ad0e0 100644 --- a/SnoopCompileCore/Project.toml +++ b/SnoopCompileCore/Project.toml @@ -1,7 +1,7 @@ name = "SnoopCompileCore" uuid = "e2b509da-e806-4183-be48-004708413034" author = ["Tim Holy "] -version = "2.6.1" +version = "2.7.0" [deps] Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"