From 7987cdeb7eec4f0b64213f463be60e64f85f0fff Mon Sep 17 00:00:00 2001 From: Iblis Lin Date: Tue, 5 May 2020 22:43:43 +0800 Subject: [PATCH] Bump version to 0.3.0 --- Project.toml | 1 + REQUIRE | 8 -------- 2 files changed, 1 insertion(+), 8 deletions(-) delete mode 100644 REQUIRE diff --git a/Project.toml b/Project.toml index 8e87d3f..c5077f0 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,7 @@ name = "Reinforce" uuid = "0376cc21-f8a9-5fcf-8891-fde1415a4fd3" authors = ["Thomas Breloff "] +version = "0.3.0" [deps] Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f" diff --git a/REQUIRE b/REQUIRE deleted file mode 100644 index 9358d6c..0000000 --- a/REQUIRE +++ /dev/null @@ -1,8 +0,0 @@ -julia 0.7 - -Reexport -StatsBase -Distributions -LearnBase -RecipesBase -LearningStrategies 0.2.0