diff --git a/CITATION.cff b/CITATION.cff index 38a2d5d..bcb3918 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -5,7 +5,7 @@ authors: - family-names: Kruse given-names: Nicolas orcid: "https://orcid.org/0000-0001-6758-2269" -version: 1.0.1 +version: 1.0.2 #date-released: "2025-04-01" #identifiers: # - description: This is the collection of archived snapshots of all versions of My Research Software diff --git a/pyproject.toml b/pyproject.toml index 5319529..3970e6d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pyhoff" -version = "1.0.1" +version = "1.0.2" authors = [ { name="Nicolas Kruse", email="nicolas.kruse@nonan.net" }, ]