Version changed to 1.1.3; config files updated
This commit is contained in:
parent
ba53d46d3e
commit
4b12570dbe
|
@ -9,7 +9,7 @@ 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: v1.1.2
|
version: v1.1.3
|
||||||
date-released: "2025-06-24"
|
date-released: "2025-06-24"
|
||||||
#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
|
||||||
|
|
|
@ -10,7 +10,7 @@ import os
|
||||||
import sys
|
import sys
|
||||||
sys.path.insert(0, os.path.abspath("../src/"))
|
sys.path.insert(0, os.path.abspath("../src/"))
|
||||||
|
|
||||||
project = 'gaspype'
|
project = 'Gaspype'
|
||||||
copyright = '2025, Nicolas Kruse'
|
copyright = '2025, Nicolas Kruse'
|
||||||
author = 'Nicolas Kruse'
|
author = 'Nicolas Kruse'
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[project]
|
[project]
|
||||||
name = "gaspype"
|
name = "gaspype"
|
||||||
version = "1.1.2"
|
version = "1.1.3"
|
||||||
authors = [
|
authors = [
|
||||||
{ name="Nicolas Kruse", email="nicolas.kruse@dlr.de" },
|
{ name="Nicolas Kruse", email="nicolas.kruse@dlr.de" },
|
||||||
]
|
]
|
||||||
|
@ -18,9 +18,10 @@ dependencies = [
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
Homepage = "https://github.com/DLR-Institute-of-Future-Fuels/gaspype"
|
Homepage = "https://dlr-institute-of-future-fuels.github.io/gaspype/"
|
||||||
|
documentation = "https://dlr-institute-of-future-fuels.github.io/gaspype/api/"
|
||||||
|
Repository = "https://github.com/DLR-Institute-of-Future-Fuels/gaspype.git"
|
||||||
Issues = "https://github.com/DLR-Institute-of-Future-Fuels/gaspype/issues"
|
Issues = "https://github.com/DLR-Institute-of-Future-Fuels/gaspype/issues"
|
||||||
documentation = "https://dlr-institute-of-future-fuels.github.io/gaspype/"
|
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["setuptools>=61.0", "wheel"]
|
requires = ["setuptools>=61.0", "wheel"]
|
||||||
|
|
Loading…
Reference in New Issue