From 384c3bfb287af35a108ac3827799d02d04ac0d84 Mon Sep 17 00:00:00 2001 From: Rory Finnegan Date: Fri, 30 Aug 2019 16:19:34 -0500 Subject: [PATCH] Bump minor release There have been 14 commits with some significant changes since the last release 6 months ago. --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 254daaf..dc0e941 100644 --- a/Project.toml +++ b/Project.toml @@ -4,7 +4,7 @@ keywords = ["multivariate statistics", "dimensionality reduction"] license = "MIT" desc = "A Julia package for multivariate statistics and data analysis" repository = "https://github.com/JuliaStats/MultivariateStats.jl.git" -version = "0.6.0" +version = "0.7.0" [deps] Arpack = "7d9fca2a-8960-54d3-9f78-7d1dccf2cb97"