From 5c47022ba85e2d0cff7854abcc9325e3bd68ed81 Mon Sep 17 00:00:00 2001 From: Jeffrey Sarnoff Date: Tue, 22 Oct 2024 16:59:45 -0400 Subject: [PATCH] fixup for julia 1.11 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index ddd72a7..ab81fab 100644 --- a/Project.toml +++ b/Project.toml @@ -3,7 +3,7 @@ uuid = "a216cea6-0a8c-5945-ab87-5ade47210022" repo = "https://github.com/JeffreySarnoff/CompoundPeriods.jl.git" author = "Jeffrey Sarnoff" license = "MIT" -version = "v0.5.3" +version = "v0.5.4" [deps] Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"