From 1d475142e55499ec3dee983d139020ee9fd91473 Mon Sep 17 00:00:00 2001 From: Roger-Luo Date: Thu, 6 May 2021 11:23:52 -0400 Subject: [PATCH] bump version to 0.1.1 --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 0c82837..e81a08b 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "YaoHIR" uuid = "6769671a-fce8-4286-b3f7-6099e1b1298a" authors = ["Roger-Luo and contributors"] -version = "0.1.0" +version = "0.1.1" [deps] Expronicon = "6b7a57c9-7cc1-4fdf-b7f5-e857abae3636" @@ -9,10 +9,10 @@ MLStyle = "d8e11817-5142-5d16-987a-aa16d5891078" YaoLocations = "66df03fb-d475-48f7-b449-3d9064bf085b" [compat] -julia = "1.6" Expronicon = "0.6" MLStyle = "0.4" YaoLocations = "0.1" +julia = "1.6" [extras] Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"