We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7720b79 commit dee83c8Copy full SHA for dee83c8
3 files changed
cotede/__init__.py
@@ -2,7 +2,7 @@
2
3
__author__ = 'Guilherme Castelao'
4
__email__ = 'guilherme@castelao.net'
5
-__version__ = '0.21.2'
+__version__ = '0.21.3'
6
7
from cotede import qc
8
from cotede.qc import ProfileQC, ProfileQCed
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
-current_version = 0.21.2
+current_version = 0.21.3
commit = True
tag = True
setup.py
@@ -24,7 +24,7 @@
24
25
setup(
26
name='cotede',
27
- version='0.21.2',
+ version='0.21.3',
28
description='Quality Control of Temperature and Salinity profiles',
29
long_description=readme + '\n\n' + history,
30
author='Guilherme Castelão',
0 commit comments