From b064235e74d577a443f76747a01757b015005550 Mon Sep 17 00:00:00 2001 From: Nicholas Ritchie Date: Wed, 6 Jul 2022 18:43:34 -0400 Subject: [PATCH] Update to v.0.1.1 --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 5257c63..1d53097 100644 --- a/Project.toml +++ b/Project.toml @@ -1,10 +1,10 @@ name = "Procrastinate" uuid = "3362a694-cdb4-48f5-aa9a-ff559879651c" authors = ["Nicholas Ritchie and contributors"] -version = "0.1.0" +version = "0.1.1" [compat] -julia = "1" +julia = "1.6" [extras] Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"