From a3ab772441c3e2574474603129f956bce096414e Mon Sep 17 00:00:00 2001 From: Lars Bilke <lars.bilke@ufz.de> Date: Thu, 11 Mar 2021 15:05:56 +0100 Subject: [PATCH] v2.1.1 --- codemeta.json | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/codemeta.json b/codemeta.json index f724c60..4a66689 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.1.0", + "version": "2.1.1", "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 be1d17e..ddbdecd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ogscm" -version = "2.1.0" +version = "2.1.1" description = "OGS Container Maker" authors = ["Lars Bilke <lars.bilke@ufz.de>"] license = "BSD 3-clause" -- GitLab