From 01f379cd36acbf8cd59be2f9bc2a5dfa543f0b47 Mon Sep 17 00:00:00 2001 From: Connor Burns Date: Sun, 16 Jan 2022 13:53:56 -0700 Subject: [PATCH] Bump version --- Project.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 1c963f9..9f33439 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Deductive" uuid = "1a5e8c1d-b073-459e-b18e-ab421a81424e" authors = ["Connor Burns "] -version = "0.0.5" +version = "0.0.6" [deps] BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf" @@ -12,7 +12,9 @@ Revise = "295af30f-e4ad-537b-8983-00126c2a3abe" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [compat] +BenchmarkTools = "1.2" DataFrames = "1.3" +Latexify = "0.15" PrettyTables = "1.2" Revise = "3.2" -julia = "1.7" +julia = "1.6"