From 0b8009b18d80cc5640d0c3672f4d1607ebeda6b8 Mon Sep 17 00:00:00 2001 From: joergbuchwald Date: Tue, 23 Jul 2024 13:35:58 +0200 Subject: [PATCH] increase minor version --- ogs6py/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ogs6py/_version.py b/ogs6py/_version.py index 87af362..0d59a84 100644 --- a/ogs6py/_version.py +++ b/ogs6py/_version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- """Provide a central version.""" -__version__ = "0.400" +__version__ = "0.401"