version number updated to v1.0.1 and dev dependencies fixed

This commit is contained in:
Nicolas 2025-05-09 15:34:21 +02:00
parent 34c0136b15
commit e855b844fc
2 changed files with 5 additions and 3 deletions

View File

@ -8,7 +8,7 @@ authors:
affiliation: "German Aerospace Center (DLR)" affiliation: "German Aerospace Center (DLR)"
address: "Linder Höhe" address: "Linder Höhe"
city: Köln city: Köln
version: 1.0.0 version: 1.0.1
date-released: "2025-05-09" date-released: "2025-05-09"
#identifiers: #identifiers:
# - description: This is the collection of archived snapshots of all versions of Gaspype # - description: This is the collection of archived snapshots of all versions of Gaspype

View File

@ -1,6 +1,6 @@
[project] [project]
name = "gaspype" name = "gaspype"
version = "1.0.0" version = "1.0.1"
authors = [ authors = [
{ name="Nicolas Kruse", email="nicolas.kruse@dlr.de" }, { name="Nicolas Kruse", email="nicolas.kruse@dlr.de" },
] ]
@ -38,7 +38,9 @@ dev = [
"mypy", "mypy",
"pytest", "pytest",
"pandas", "pandas",
"types-PyYAML" "cantera",
"types-PyYAML",
"scipy-stubs"
] ]
[tool.mypy] [tool.mypy]