From 2c10eab9aa4444394a01132fdb218f51f41d89f8 Mon Sep 17 00:00:00 2001 From: Lars Bilke <lars.bilke@ufz.de> Date: Tue, 13 Apr 2021 11:58:56 +0200 Subject: [PATCH] 2.2.0 --- codemeta.json | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/codemeta.json b/codemeta.json index 8266a58..c4560ce 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.4", + "version": "2.2.0", "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 7aec34f..76103e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ogscm" -version = "2.1.4" +version = "2.2.0" description = "OGS Container Maker" authors = ["Lars Bilke <lars.bilke@ufz.de>"] license = "BSD 3-clause" -- GitLab