version number updated to v1.0.1 and dev dependencies fixed
This commit is contained in:
parent
34c0136b15
commit
e855b844fc
|
@ -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
|
||||||
|
|
|
@ -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]
|
||||||
|
|
Loading…
Reference in New Issue