From f6759ec0adbfe87d41ccb453a09c5a9249f21733 Mon Sep 17 00:00:00 2001 From: Dirk Barbi Date: Tue, 28 Apr 2020 15:43:25 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=204.0.2=20=E2=86=92=204.0.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- esm_tools/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/esm_tools/__init__.py b/esm_tools/__init__.py index 3332c0f69..01dfdaf31 100644 --- a/esm_tools/__init__.py +++ b/esm_tools/__init__.py @@ -2,4 +2,4 @@ __author__ = """Dirk Barbi""" __email__ = 'dirk.barbi@awi.de' -__version__ = "4.0.2" +__version__ = "4.0.3" diff --git a/setup.cfg b/setup.cfg index ee2f4870d..4f09b8479 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.0.2 +current_version = 4.0.3 commit = True tag = True diff --git a/setup.py b/setup.py index 10285c243..2f050a256 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="4.0.2", + version="4.0.3", zip_safe=False, )