From 974f8cbb50b6de8016d34a7cddd9e2629142a2e7 Mon Sep 17 00:00:00 2001 From: joshday Date: Tue, 21 Sep 2021 09:49:02 -0400 Subject: [PATCH] bump version, add compat entries for unicodeplots --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 32a365e..18de1c5 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "AverageShiftedHistograms" uuid = "77b51b56-6f8f-5c3a-9cb4-d71f9594ea6e" -version = "0.8.6" +version = "0.8.7" [deps] LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" @@ -12,7 +12,7 @@ UnicodePlots = "b8865327-cd53-5732-bb35-84acbb429228" [compat] RecipesBase = "0.7, 0.8, 1.0, 1.1" StatsBase = "0.32, 0.33" -UnicodePlots = "1.1" +UnicodePlots = "1.1, 2.0, 2.1, 2.2, 2.3, 2.4" julia = "1.0" [extras]