From ef56f0317dd0d5b21d7ee1f9b7cfb743cd284200 Mon Sep 17 00:00:00 2001 From: Maxime Mouchet Date: Mon, 8 Apr 2019 18:34:04 +0200 Subject: [PATCH] v0.0.13 New Julia registration system. --- Project.toml | 2 +- REQUIRE | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) delete mode 100644 REQUIRE diff --git a/Project.toml b/Project.toml index 643b30fb..0dabff5e 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "HMMBase" uuid = "b2b3ca75-8444-5ffa-85e6-af70e2b64fe7" authors = ["Maxime Mouchet "] -version = "0.0.12" +version = "0.0.13" [deps] Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f" diff --git a/REQUIRE b/REQUIRE deleted file mode 100644 index a579aa74..00000000 --- a/REQUIRE +++ /dev/null @@ -1,4 +0,0 @@ -julia 1.0 -Distributions -StaticArrays -StatsFuns