From 7aea2ff39a22e12d3d768b3c840c738e369080d1 Mon Sep 17 00:00:00 2001
From: Lars Bilke <lars.bilke@ufz.de>
Date: Wed, 10 Mar 2021 22:06:18 +0100
Subject: [PATCH] v2.1.0

---
 codemeta.json  | 2 +-
 pyproject.toml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/codemeta.json b/codemeta.json
index 29ae7b6..f724c60 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.4",
+  "version": "2.1.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 69b14e0..be1d17e 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "ogscm"
-version = "2.0.4"
+version = "2.1.0"
 description = "OGS Container Maker"
 authors = ["Lars Bilke <lars.bilke@ufz.de>"]
 license = "BSD 3-clause"
-- 
GitLab