diff --git a/CITATION.cff b/CITATION.cff index 08eb6cf..f3770d9 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 52efec4..0c36b0c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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]