From 228b1e7a650aaa74be263d12d6d72628640dcdb4 Mon Sep 17 00:00:00 2001 From: Nicolas Date: Wed, 19 Feb 2025 17:25:33 +0100 Subject: [PATCH] version number updated --- CITATION.cff | 2 +- notes/build.md | 4 ++++ pyproject.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 5d59904..38a2d5d 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.0 +version: 1.0.1 #date-released: "2025-04-01" #identifiers: # - description: This is the collection of archived snapshots of all versions of My Research Software diff --git a/notes/build.md b/notes/build.md index a837cda..663986b 100644 --- a/notes/build.md +++ b/notes/build.md @@ -9,6 +9,10 @@ cd pyhoff python -m venv ./.venv source ./.venv/bin/activate # On Windows use `.\.venv\Scripts\activate` +# Update version number in +# - pyproject.toml +# - CITATION.cff + # Check code: pip install -r requirements-dev.txt flake8 diff --git a/pyproject.toml b/pyproject.toml index d0122ef..5319529 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pyhoff" -version = "1.0.0" +version = "1.0.1" authors = [ { name="Nicolas Kruse", email="nicolas.kruse@nonan.net" }, ]