version number updated to v1.0

This commit is contained in:
Nicolas 2025-05-09 14:21:52 +02:00
parent 300873ba7a
commit baab2b17da
3 changed files with 5 additions and 3 deletions

1
.gitignore vendored
View File

@ -5,5 +5,6 @@ __pycache__
/src/*.egg-info/* /src/*.egg-info/*
/dist/* /dist/*
.vscode .vscode
.mypy_cache
.pytest_cache .pytest_cache
tests/autogenerated_*.py tests/autogenerated_*.py

View File

@ -8,8 +8,8 @@ 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: 0.11.2 version: 1.0.0
date-released: "2025-04-01" 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
# type: doi # type: doi

View File

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