From 0609ce7e4cd1dc6c00ffe267adcf9346e822bbc2 Mon Sep 17 00:00:00 2001 From: Kevin Bonham Date: Wed, 20 Oct 2021 13:01:40 -0400 Subject: [PATCH] Release 0.8 --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 121a7b9..8a6cbcd 100644 --- a/Project.toml +++ b/Project.toml @@ -4,7 +4,7 @@ keywords = ["microbiology", "microbiome", "biology"] license = "MIT" desc = "Functions and types for working with microbial community data" authors = ["@kescobo "] -version = "0.8.0-dev" +version = "0.8.0" [deps] AxisIndices = "f52c9ee2-1b1c-4fd8-8546-6350938c7f11" @@ -25,7 +25,7 @@ EcoBase = "0.1.4" MultivariateStats = "0.7, 0.8" NamedDims = "0.2" Tables = "1.2.1" -julia = "1.1" +julia = "1.6" [extras] Coverage = "a2441757-f6aa-5fb2-8edb-039e3f45d037"