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)"
|
||||
address: "Linder Höhe"
|
||||
city: Köln
|
||||
version: 1.0.0
|
||||
version: 1.0.1
|
||||
date-released: "2025-05-09"
|
||||
#identifiers:
|
||||
# - description: This is the collection of archived snapshots of all versions of Gaspype
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[project]
|
||||
name = "gaspype"
|
||||
version = "1.0.0"
|
||||
version = "1.0.1"
|
||||
authors = [
|
||||
{ name="Nicolas Kruse", email="nicolas.kruse@dlr.de" },
|
||||
]
|
||||
|
@ -38,7 +38,9 @@ dev = [
|
|||
"mypy",
|
||||
"pytest",
|
||||
"pandas",
|
||||
"types-PyYAML"
|
||||
"cantera",
|
||||
"types-PyYAML",
|
||||
"scipy-stubs"
|
||||
]
|
||||
|
||||
[tool.mypy]
|
||||
|
|
Loading…
Reference in New Issue