diff --git a/CITATION.cff b/CITATION.cff index f37a0dd..abbce0e 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -6,8 +6,8 @@ authors: - family-names: Kruse given-names: Nicolas orcid: "https://orcid.org/0000-0001-6758-2269" -version: v1.2.0 -date-released: "2025-04-01" +version: v1.1.2 +date-released: "2025-08-04" #identifiers: # - description: This is the collection of archived snapshots of all versions of My Research Software # type: doi diff --git a/pyproject.toml b/pyproject.toml index 91ff839..4071550 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pyhoff" -version = "1.2.0" +version = "1.1.2" authors = [ { name="Nicolas Kruse", email="nicolas.kruse@nonan.net" }, ]