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/*
/dist/*
.vscode
.mypy_cache
.pytest_cache
tests/autogenerated_*.py

View File

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

View File

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