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]