From 90dd3a2cd84066424f1a88c5a0dd2abdc47b6afa Mon Sep 17 00:00:00 2001 From: Lars Bilke <lars.bilke@ufz.de> Date: Wed, 10 Mar 2021 08:37:17 +0100 Subject: [PATCH] v2.0.4 --- codemeta.json | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/codemeta.json b/codemeta.json index efade12..29ae7b6 100644 --- a/codemeta.json +++ b/codemeta.json @@ -10,7 +10,7 @@ "downloadUrl": "https://pypi.org/project/ogscm", "issueTracker": "https://gitlab.opengeosys.org/ogs/container-maker/-/issues", "name": "ogs-container-maker", - "version": "2.0.3", + "version": "2.0.4", "description": "An extension of hpc-container-maker to generate container definition files for the OpenGeoSys software.", "developmentStatus": "active", "isPartOf": "https://www.opengeosys.org", diff --git a/pyproject.toml b/pyproject.toml index e7f7757..aa8b879 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ogscm" -version = "2.0.3" +version = "2.0.4" description = "OGS Container Maker" authors = ["Lars Bilke <lars.bilke@ufz.de>"] license = "BSD 3-clause" -- GitLab