From f88e7c77100b1885be70bc6955d2a8346217e8c0 Mon Sep 17 00:00:00 2001 From: Benoit Pasquier Date: Tue, 1 Oct 2024 10:56:26 +1000 Subject: [PATCH] Fix Zenodo json --- .zenodo.json | 4 ++-- Project.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.zenodo.json b/.zenodo.json index a24d402..a30d6ef 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -8,14 +8,14 @@ "orcid": "0000-0002-3838-5976", "affiliation": "Contract Researcher for CSIRO, Adjunct Fellow at the School of Mathematics and Statistics, UNSW", "name": "BenoƮt Pasquier" - }, + } ], "keywords": [ "julia", "transport-matrix", "transport-matrices", "transport", - "matrix" + "matrix", "optimization", "optimisation", "model", diff --git a/Project.toml b/Project.toml index 71a1a45..b851182 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "OceanTransportMatrixBuilder" uuid = "c2b4a04e-6049-4fc4-aa6a-5508a29a1e1c" authors = ["Benoit Pasquier and contributors"] -version = "0.1.4" +version = "0.1.5" [deps] Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"