From 427d3a3c71c1e6e6c65e3bba91f0d20951ba8241 Mon Sep 17 00:00:00 2001 From: Nicolas Date: Mon, 4 Aug 2025 21:09:33 +0200 Subject: [PATCH] updated version to v1.1.2 --- CITATION.cff | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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" }, ]