From bb6d24e3c044806fd9ae7bd9c677cfa601c635b8 Mon Sep 17 00:00:00 2001 From: Alex Robson Date: Sat, 3 Sep 2022 18:28:33 +0100 Subject: [PATCH] Bump Project --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 17b9f7a7..95925613 100644 --- a/Project.toml +++ b/Project.toml @@ -2,7 +2,7 @@ name = "Intervals" uuid = "d8418881-c3e1-53bb-8760-2df7ec849ed5" license = "MIT" authors = ["Invenia Technical Computing"] -version = "1.8.0" +version = "1.8.1" [deps] Dates = "ade2ca70-3891-5945-98fb-dc099432e06a" @@ -12,6 +12,6 @@ Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b" TimeZones = "f269a46b-ccf7-5d73-abea-4c690281aa53" [compat] -RecipesBase = "0.7, 0.8, 1" +RecipesBase = "1" TimeZones = "1.7" julia = "1.6"