From dee83c8837ec1d917e9a157eaf3c3465a5a71333 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guilherme=20Castel=C3=A3o?= Date: Mon, 30 Mar 2020 21:35:14 -0700 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.21.2=20=E2=86=92=200.21.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cotede/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cotede/__init__.py b/cotede/__init__.py index 4d7a8b3..c3ffe18 100644 --- a/cotede/__init__.py +++ b/cotede/__init__.py @@ -2,7 +2,7 @@ __author__ = 'Guilherme Castelao' __email__ = 'guilherme@castelao.net' -__version__ = '0.21.2' +__version__ = '0.21.3' from cotede import qc from cotede.qc import ProfileQC, ProfileQCed diff --git a/setup.cfg b/setup.cfg index 0e919cc..5692e9c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.21.2 +current_version = 0.21.3 commit = True tag = True diff --git a/setup.py b/setup.py index 41787f2..44de2fc 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ setup( name='cotede', - version='0.21.2', + version='0.21.3', description='Quality Control of Temperature and Salinity profiles', long_description=readme + '\n\n' + history, author='Guilherme Castelão',