version number updated to v1.0
This commit is contained in:
parent
300873ba7a
commit
baab2b17da
|
@ -5,5 +5,6 @@ __pycache__
|
|||
/src/*.egg-info/*
|
||||
/dist/*
|
||||
.vscode
|
||||
.mypy_cache
|
||||
.pytest_cache
|
||||
tests/autogenerated_*.py
|
|
@ -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
|
||||
|
|
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue