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" }