Version changed to 1.1.3; config files updated
This commit is contained in:
parent
fe0fd8ec21
commit
a04340dd7f
|
@ -9,7 +9,7 @@ authors:
|
|||
affiliation: "German Aerospace Center (DLR)"
|
||||
address: "Linder Höhe"
|
||||
city: Köln
|
||||
version: v1.1.2
|
||||
version: v1.1.3
|
||||
date-released: "2025-06-24"
|
||||
#identifiers:
|
||||
# - description: This is the collection of archived snapshots of all versions of Gaspype
|
||||
|
|
|
@ -10,7 +10,7 @@ import os
|
|||
import sys
|
||||
sys.path.insert(0, os.path.abspath("../src/"))
|
||||
|
||||
project = 'gaspype'
|
||||
project = 'Gaspype'
|
||||
copyright = '2025, Nicolas Kruse'
|
||||
author = 'Nicolas Kruse'
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[project]
|
||||
name = "gaspype"
|
||||
version = "1.1.2"
|
||||
version = "1.1.3"
|
||||
authors = [
|
||||
{ name="Nicolas Kruse", email="nicolas.kruse@dlr.de" },
|
||||
]
|
||||
|
@ -18,9 +18,10 @@ dependencies = [
|
|||
]
|
||||
|
||||
[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"
|
||||
documentation = "https://dlr-institute-of-future-fuels.github.io/gaspype/"
|
||||
|
||||
[build-system]
|
||||
requires = ["setuptools>=61.0", "wheel"]
|
||||
|
|
Loading…
Reference in New Issue