From a04340dd7f014f9d64f18acadb46398378af68c4 Mon Sep 17 00:00:00 2001 From: Nicolas Date: Wed, 3 Sep 2025 15:24:42 +0200 Subject: [PATCH] Version changed to 1.1.3; config files updated --- CITATION.cff | 2 +- docs/source/conf.py | 2 +- pyproject.toml | 7 ++++--- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 420167e..e77905a 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -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 diff --git a/docs/source/conf.py b/docs/source/conf.py index 35ab3d2..1c8c691 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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' diff --git a/pyproject.toml b/pyproject.toml index 9f5905f..8ba3700 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"]