mirror of https://github.com/Nonannet/pyhoff.git
version number updated
This commit is contained in:
parent
9fae319a62
commit
228b1e7a65
|
@ -5,7 +5,7 @@ authors:
|
||||||
- family-names: Kruse
|
- family-names: Kruse
|
||||||
given-names: Nicolas
|
given-names: Nicolas
|
||||||
orcid: "https://orcid.org/0000-0001-6758-2269"
|
orcid: "https://orcid.org/0000-0001-6758-2269"
|
||||||
version: 1.0.0
|
version: 1.0.1
|
||||||
#date-released: "2025-04-01"
|
#date-released: "2025-04-01"
|
||||||
#identifiers:
|
#identifiers:
|
||||||
# - description: This is the collection of archived snapshots of all versions of My Research Software
|
# - description: This is the collection of archived snapshots of all versions of My Research Software
|
||||||
|
|
|
@ -9,6 +9,10 @@ cd pyhoff
|
||||||
python -m venv ./.venv
|
python -m venv ./.venv
|
||||||
source ./.venv/bin/activate # On Windows use `.\.venv\Scripts\activate`
|
source ./.venv/bin/activate # On Windows use `.\.venv\Scripts\activate`
|
||||||
|
|
||||||
|
# Update version number in
|
||||||
|
# - pyproject.toml
|
||||||
|
# - CITATION.cff
|
||||||
|
|
||||||
# Check code:
|
# Check code:
|
||||||
pip install -r requirements-dev.txt
|
pip install -r requirements-dev.txt
|
||||||
flake8
|
flake8
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[project]
|
[project]
|
||||||
name = "pyhoff"
|
name = "pyhoff"
|
||||||
version = "1.0.0"
|
version = "1.0.1"
|
||||||
authors = [
|
authors = [
|
||||||
{ name="Nicolas Kruse", email="nicolas.kruse@nonan.net" },
|
{ name="Nicolas Kruse", email="nicolas.kruse@nonan.net" },
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue