diff --git a/CITATION.cff b/CITATION.cff index 79987e3..fa6c7ff 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -13,13 +13,13 @@ authors: family-names: Luther given-names: Andreas orcid: 0000-0001-6382-0899 + - affiliation: Karlsruhe Institute of Technology + family-names: Hase + given-names: Frank - affiliation: Karlsruhe Institute of Technology family-names: Feld given-names: Lena orcid: 0009-0000-9955-7658 - - affiliation: Karlsruhe Institute of Technology - family-names: Hase - given-names: Frank - affiliation: Technical University of Munich family-names: "M\xFCller" given-names: Marlon @@ -39,5 +39,5 @@ doi: 10.5281/zenodo.14285078 license: - gpl-3.0-or-later type: software -version: 1.5.1 -date-released: "2024-12-02" +version: 1.5.2 +date-released: "2024-12-12" diff --git a/pyproject.toml b/pyproject.toml index 06bf204..69636c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,12 +1,13 @@ [project] name = "em27-retrieval-pipeline" -version = "1.5.1" +version = "1.5.2" description = "automated EM27 data processing" authors = [ { name = "Moritz Makowski", email = "moritz.makowski@tum.de" }, - { name = "Marlon Müller", email = "marlon.mueller@tum.de" }, - { name = "Andreas Luther", email = "andreas.luther@tum.de" }, - { name = "Vyas Giridhard", email = "vyas.giridharan@tum.de" }, + { name = "Marlon Müller" }, + { name = "Andreas Luther" }, + { name = "Vyas Giridhard" }, + { name = "Catehrine Fait" }, ] dependencies = [ "filelock>=3.16.1",