From d6c0e1a1af0bcdefdd831611f953f63434dc68b1 Mon Sep 17 00:00:00 2001 From: Pascal Merz Date: Mon, 3 Jan 2022 18:27:46 +0100 Subject: [PATCH] Fix DOI metadata & bump version (#205) --- .zenodo.json | 34 ++++++++++++++++++++++++++++++++++ doc/conf.py | 2 +- 2 files changed, 35 insertions(+), 1 deletion(-) create mode 100644 .zenodo.json diff --git a/.zenodo.json b/.zenodo.json new file mode 100644 index 0000000..3a6625c --- /dev/null +++ b/.zenodo.json @@ -0,0 +1,34 @@ +{ + "creators": [ + { + "orcid": "0000-0002-7045-8725", + "affiliation": "Department of Chemical and Biological Engineering, University of Colorado Boulder, Boulder, CO 80309, United States of America", + "name": "Merz, Pascal T." + }, + { + "affiliation": "Department of Chemical and Biological Engineering, University of Colorado Boulder, Boulder, CO 80309, United States of America", + "name": "Hsu, Wei-Tse" + }, + { + "affiliation": "Department of Chemical and Biological Engineering, University of Colorado Boulder, Boulder, CO 80309, United States of America", + "name": "Thompson, Matt W." + }, + { + "affiliation": "Boothroyd Scientific Consulting Ltd., 71-75 Shelton Street, London, United Kingdom", + "name": "Boothroyd, Simon" + }, + { + "affiliation": "Department of Chemical and Biological Engineering, University of Colorado Boulder, Boulder, CO 80309, United States of America", + "name": "Walker, Chris C." + }, + { + "orcid": "0000-0003-3249-1097", + "affiliation": "Department of Chemical and Biological Engineering, University of Colorado Boulder, Boulder, CO 80309, United States of America", + "name": "Shirts, Michael R." + } + ], + + "license": "MIT", + + "title": "physical_validation: A Python package to assess the physical validity of molecular simulation results", +} diff --git a/doc/conf.py b/doc/conf.py index 57f7f72..6c7e80c 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -67,7 +67,7 @@ # built documents. # # The full version, including alpha/beta/rc tags. -release = "1.0.3" +release = "1.0.4" # The short X.Y version. version = ".".join(release.split(".")[:2])