From 1ebc4c92dfb99f14c4fd0137f47acc590a88bb9e Mon Sep 17 00:00:00 2001 From: Tim Besard Date: Wed, 10 Apr 2024 16:14:38 +0200 Subject: [PATCH] Bump version Also remove the `authors` field, as there's now more people working on Metal.jl than the ones listed. --- Project.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index b390a6cb6..94921cd42 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,6 @@ name = "Metal" uuid = "dde4c033-4e86-420c-a63e-0dd931031962" -authors = ["Filippo Vicentini ", "Tim Besard ", "Max Hawkins "] -version = "1.0.0" +version = "1.1.0" [deps] Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"