From cc8cf40f7519c49fe958a3a2443009b0defbc254 Mon Sep 17 00:00:00 2001 From: Dirk Barbi Date: Tue, 24 Mar 2020 16:34:45 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=203.1.5=20=E2=86=92=203.1.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.cfg | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 517171c25..f0a416700 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.1.5 +current_version = 3.1.6 commit = True tag = True diff --git a/setup.py b/setup.py index 5ceee6f3a..f8974176b 100644 --- a/setup.py +++ b/setup.py @@ -51,7 +51,7 @@ test_suite="tests", tests_require=test_requirements, url="https://gitlab.awi.de/esm_tools/esm_tools", - version='3.1.5', + version='3.1.6', zip_safe=False, )