version number updated

This commit is contained in:
Nicolas 2025-02-19 17:25:33 +01:00
parent 9fae319a62
commit 228b1e7a65
3 changed files with 6 additions and 2 deletions

View File

@ -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

View File

@ -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

View File

@ -1,6 +1,6 @@
[project]
name = "pyhoff"
version = "1.0.0"
version = "1.0.1"
authors = [
{ name="Nicolas Kruse", email="nicolas.kruse@nonan.net" },
]