From 8b6cb1ff31c4eee2c3fdf0a18d05831170b62fc6 Mon Sep 17 00:00:00 2001 From: PharmCat <13901158+PharmCat@users.noreply.github.com> Date: Sun, 12 Feb 2023 00:36:00 +0300 Subject: [PATCH] update --- Project.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Project.toml b/Project.toml index 1bfcf7f..cc499eb 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "SeqBounds" uuid = "343dbc49-a00e-4db9-80e1-8930f4861f86" authors = ["PharmCat "] -version = "0.1.1" +version = "0.1.2" [deps] PrettyTables = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d" @@ -9,9 +9,9 @@ Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f" Roots = "f2b01f46-fcfa-551c-844a-d8ac1e96c665" [compat] -PrettyTables = "1" -Distributions = "0.20, 0.21, 0.22, 0.23, 0.24" -Roots = "1" +PrettyTables = "1, 2" +Distributions = "0.21, 0.22, 0.23, 0.24, 0.25" +Roots = "1, 2" julia = "1" [extras]