Skip to content

Commit dee83c8

Browse files
committed
Bump version: 0.21.2 → 0.21.3
1 parent 7720b79 commit dee83c8

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

cotede/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__author__ = 'Guilherme Castelao'
44
__email__ = 'guilherme@castelao.net'
5-
__version__ = '0.21.2'
5+
__version__ = '0.21.3'
66

77
from cotede import qc
88
from cotede.qc import ProfileQC, ProfileQCed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.21.2
2+
current_version = 0.21.3
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
setup(
2626
name='cotede',
27-
version='0.21.2',
27+
version='0.21.3',
2828
description='Quality Control of Temperature and Salinity profiles',
2929
long_description=readme + '\n\n' + history,
3030
author='Guilherme Castelão',

0 commit comments

Comments
 (0)