From 357e4cf72ea0f8704c6d0f1027b12a30bfaf1765 Mon Sep 17 00:00:00 2001 From: Simon Christ Date: Tue, 29 Mar 2022 09:41:10 +0200 Subject: [PATCH] 3.0.0 [skip ci] --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index e636905..3a16249 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "PlotThemes" uuid = "ccf2f8ad-2431-5c83-bf29-c5338b663b6a" -version = "2.0.1" +version = "3.0.0" [deps] PlotUtils = "995b91a9-d308-5afd-9ec6-746e21dbc043" @@ -8,7 +8,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" [compat] PlotUtils = "1" -julia = "0.7, 1" +julia = "1" [extras] Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"