From 55121c9aad3bdc6d6aa9f5db0b3d109f479591a1 Mon Sep 17 00:00:00 2001 From: Jose Storopoli Date: Fri, 22 Dec 2023 06:24:42 -0300 Subject: [PATCH] chore: bump version to 2.9 (#101) also fix the authos to be an array of values --- Project.toml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 84c7154..a7b88b1 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,11 @@ name = "TuringGLM" uuid = "0004c1f4-53c5-4d43-a221-a1dac6cf6b74" -authors = ["Jose Storopoli , Rik Huijzer , and contributors"] -version = "2.8.1" +authors = [ + "Jose Storopoli ", + "Rik Huijzer ", + "contributors", +] +version = "2.9.0" [deps] Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"