From 0f6c52b39642ec8635f929cb87eaf91dbd32f2e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20S=2E=20Dokken?= Date: Thu, 8 Feb 2024 14:34:25 +0100 Subject: [PATCH] Update citation file and pyproject.toml --- CITATION.cff | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index fa60119..9b178ee 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -1,9 +1,9 @@ cff-version: 1.2.0 message: "If you use this software, please cite it as below." authors: -- family-names: "Dokken" - given-names: "Jørgen S." - orcid: "0000-0001-6489-8858" + - family-names: "Dokken" + given-names: "Jørgen S." + orcid: "0000-0001-6489-8858" title: "ADIOS2Wrappers" -version: "0.7.2" -date-released: "2023-02-07" +version: "0.7.3" +date-released: "2023-02-08" diff --git a/pyproject.toml b/pyproject.toml index 6f61eea..05c3b4b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["setuptools>=61.0.0", "wheel"] [project] name = "adios4dolfinx" -version = "0.7.2" +version = "0.7.3" description = "Wrappers for reading/writing DOLFINx meshes/functions with ADIOS2" authors = [{ name = "Jørgen S. Dokken", email = "dokken@simula.no" }] license = { file = "LICENSE" }