From 8cfdb2f0d5a97e9801f816b1f9a3e7e968f2613d Mon Sep 17 00:00:00 2001 From: david clarke Date: Tue, 15 Aug 2023 10:02:40 -0600 Subject: [PATCH] STILL wrestling with zenodo --- .zenodo.json | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) diff --git a/.zenodo.json b/.zenodo.json index f8e5470..e7b9aac 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -1,10 +1,10 @@ { "description": "A set of Python tools for analyzing physics data, in particular targeting lattice QCD.", "license": "MIT", - "title": "LatticeQCD/LatticeToolbox: The first release version.", - "version": "v1.0.0", + "title": "LatticeQCD/LatticeToolbox: v1.0.1.", + "version": "v1.0.1", "upload_type": "software", - "publication_date": "2023-08-12", + "publication_date": "2023-08-15", "creators": [ { "affiliation": "University of Utah", @@ -46,15 +46,5 @@ "name": "T. Ueding" } ], - "access_right": "open", - "related_identifiers": [ - { - "scheme": "url", - "identifier": "https://github.com/LatticeQCD/LatticeToolbox/tree/v1.0.0" - }, - { - "scheme": "doi", - "identifier": "10.5281/zenodo.8241876" - } - ] + "access_right": "open" }